cosyan icon indicating copy to clipboard operation
cosyan copied to clipboard

Transactional SQL based RDBMS with sophisticated multi table constraint logic.

Results 19 cosyan issues
Sort by recently updated
recently updated
newest added

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

doc

We need a logical backup tool -> that outputs CREATE TABLE and INSERT statement (while disabling foreign keys)

EE

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,...

research

Security requirement for real life deployments. - Reversible - Irreversible

enhancement
EE
future

- Checksum - Record owner

EE

When write a record try to fit where the current one is. Pre fixed record sizes, like exponent of 2.

future

- prev, next pointers

enhancement
future

- normal file - image

EE
future