which column is used for primary key in pinot?
# getting-started
k
which column is used for primary key in pinot?
m
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.