Skip to content
#

tsdb

Here are 89 public repositories matching this topic...

questdb
ideoma
ideoma commented Dec 22, 2021

Describe the bug

No response

To reproduce

create table pricetable2
(ts timestamp,symbolname SYMBOL CACHE ,price Double,aggregateTradeId Long,firstTradeId Long,lastTradeId Long,buyerMaker Boolean,qty Double) 
partition by day;

Executes without error and crates table without designated timestamp partitioned by DAY

Expected Behavior

Create table query should fail. Pa

Improve this page

Add a description, image, and links to the tsdb topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tsdb topic, visit your repo's landing page and select "manage topics."

Learn more