Skip to content

Sophia v1.2.3 Release. (http://sphia.org)

Compare
Choose a tag to compare
@pmwkaa pmwkaa released this 17 Aug 16:53
· 328 commits to master since this release

Changelog:

  • Multi-part keys support added
  • Key duplicates compression (including multi-parts)
  • Meta-data compression by default
  • Storage formats (kv: default, document: keys are part of value)
  • API reworked without variadic arguments
  • Asynchronous transactions reworked, added sp_poll()
  • Added read-less update operation: sp_update()
  • Added sp_batch() (atomic batch writes, to be used with large transactions)
  • Cursor implementation made state-less
  • Bring iteration order to sp_get(db) semantic, same as for cursors
  • Mmap mode on/off
  • Internal engine refactoring
  • Test system upgrade, profiling (test system generates 230 000 tests in full set now)