Distributed Tables Compound Primary Keys Alternatives
Open
- Dominant language
- C
- Stars
- 12.8k
- Forks
- 794
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 31
Description
Hi,
Is the compound primary keys (the table's primary key field + distribution field) to create a distributed table is a must? is there other way to create distributed table without having to modify the existing single column primary key into a compound one? perhaps by creating a unique index consisting of the compound fields should be enough to guarantee? Currently I'm using an ORM that doesn't (fully) support compound primary keys. Thanks.
Contributor guide
Assessment
This issue has not been assessed yet.