https://questdb.io logo
Title
b

Bishnu

01/25/2023, 11:00 AM
Is it possible to create 10K columns in questdb? If yes, what is the efficient way to query them?
s

Sander

01/25/2023, 11:07 AM
Seems you can have up to 2 billion columns: https://questdb.io/docs/reference/sql/create-table/#column-name
b

Bishnu

01/25/2023, 11:09 AM
I am doing a
select * from <tableName> where time >= lowerValue and time <= upperValue
the query giving response in 1 minute for 1 hour of data
m

Miguel Arregui

01/25/2023, 11:24 AM
hola Bishnu, would you please describe your use case?, how are you using QDB?, volume of data?, why do you need this level of cardinality?, ta
j

Jaromir Hamala

01/25/2023, 12:07 PM
is the
time
column created as a designated timestamp? https://questdb.io/docs/concept/designated-timestamp/
m

Miguel Arregui

01/26/2023, 11:19 AM