Skip to content

Conversation

@ElenaKrippner
Copy link
Contributor

No description provided.

"<b>New Feature:</b> Add gcd(int, int) and gcd(bigint, bigint) to calculate the greatest common divisor.",
"<b>New Feature:</b> <tt>CREATE INDEX</tt> and <tt>ALTER TABLE</tt> don't lock the entire database any more and can operate on different tables concurrently.",
"<b>New Feature:</b> <tt>BEGIN BULK WRITE</tt> is disabled by default and replaced by a lock manager that operates at table granularity and a more memory efficient versioning implementation. You can re-enable the bulk writer by setting <tt>usebulkwriter = true</tt> in your config file and restarting CedarDB.",
"<b>Performance:</b> Large tuple inserts or deletes in regular write transactions consume significantly less memory.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Large as in many? Or large as in tuples with long strings, e.g.? Not clear from the message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants