cosyan
cosyan copied to clipboard
Transactional SQL based RDBMS with sophisticated multi table constraint logic.
Usually the user requirement would require more drilling down e.g. per year: https://github.com/gsvigruha/cosyan/blame/9af2a81e807c626cda84e37b77247be0c994026c/src/main/resources/doc/rules/32_reverse_foreign_keys.md#L118
We need a logical backup tool -> that outputs CREATE TABLE and INSERT statement (while disabling foreign keys)
Check out RocksDB See if integration is possible and makes sense. Options: 1) replace existing storage layer 2) support two (like MyRocks) 3) dont integrate Pros: RocksDB has huge traction,...
Security requirement for real life deployments. - Reversible - Irreversible
When write a record try to fit where the current one is. Pre fixed record sizes, like exponent of 2.