troubleshooting
Are there concepts of indices/unique constraints/primary keys in Rising Wave?
I couldn't find any mention in the docs. Can you provide more information about how Rising Wave handles indices, unique constraints, and primary keys?
Ma
Matan Perelmuter
Asked on Jul 31, 2023
- Rising Wave is compatible with Postgres in terms of index and primary key.
- The default behavior of primary key resolution in Rising Wave is to merge duplicates instead of returning an error.
- More information can be found in the Rising Wave documentation: SQL Create Index and SQL Create Table Notes
Jul 31, 2023Edited by