Join Slack
Communities
Powered by
which column is used for primary key in pinot?
# getting-started
k
kaushal aggarwal
04/11/2022, 12:15 PM
which column is used for primary key in pinot?
m
Mayank
04/12/2022, 4:51 PM
Pinot doesn’t need a pk (it is not a traditional oltp db). If you do have a pk which appears in your queries like
where pk = xxx
, then you can sort the data on it for improved latency.
Open in Slack
Previous
Next