Hello List!
Project:M36 v0.9.6 is now available!
https://github.com/agentm/project-m36
New in this release:
* DDL hashing- database clients can request a hash of the server's
schema to know if the schema is compatible (schema whitelisting)
* registered queries- prevent client query breakage by registering
queries which the server is then required to always be able to serviced-
this feature puts constraints on schema changes
* squash space leak in Merkle hashing of transaction graph- this should
reduce memory usage by an order-of-magnitude
* improve sharing of attributes in tupleset- reduces on disk storage
requirements by an order-of-magnitude
Because of the Merkle hashing and storage changes, this release requires
a full database re-load.
Enjoy!
Cheers,
M