[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: pmwkaa/sophia

Tags

version_2.2

Toggle version_2.2's commit message
sophia: fix reference

version_2.1

Toggle version_2.1's commit message
sophia: align documentation/README.md logo for github

version_1.2.3

Toggle version_1.2.3's commit message
sophia: add basic examples

version_1.2.2

Toggle version_1.2.2's commit message
Sophia v1.2.2 Release. (http://sphia.org)

Changelog:

* Prefix search (#69)
Match records against a specified key prefix.

* Compression (#67)
Supported compression libraries: lz4, zstd. Compression works in background.
Regions are compressed with meta-data.

* Asynchronous/Sync transactions
Execute transactions in parallel or run in blocking mode (default). Trigger is executed
upon a request completion.

* Asynchronous Drop/Shutdown (#65)
Database objects become versional. Drop happens async after last transaction commit.

* CRC optimizations and iterator refactoring (#68)
Use Intel hardware SSE extensions to calculate CRC where possible.