Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: don't store duplicated message columns (#581)
- channel_id/topic/sortkey_timestamp (in the row key) - expiry (in the cell timestamps) (we can always add these back to messages later if they are worth having) - make add_user conditional, erroring out if the user already exists - utilize row_limit in message reads - enforce non null columns on deserialization Closes: SYNC-4070 Closes: SYNC-4099 Closes: SYNC-4106
- Loading branch information