Record store can't handle `UPDATE` and `DELETE` when there's no primary index
Open
- Dominant language
- Rust
- Stars
- 1.6k
- Forks
- 145
- PR merge metrics
- No merged PRs in 30d
Description
Related to #1376.
The record store uses primary key as key in a hash map to store all the records, this is a problem when schema has no primary index.
I'm not sure if we should allow source to send `UPDATE` and `DELETE` if there's no primary index, but I guess postgres will do it anyway.
Contributor guide
Assessment
This issue has not been assessed yet.