Is it NOT recommended to use a primary key that cr...
# pinot-perf-tuning
e
Is it NOT recommended to use a primary key that created by
SHA-256
algorithm for the upsert table from the performance perspective? I want to avoid collisions as much as possible.
m
Depends on your key space and the cost/perf you are willing to trade off
👍 1