Skip to content

v2.0.5

Pre-release
Pre-release

Choose a tag to compare

@maxux maxux released this 22 Feb 12:46
· 19 commits to development-v2 since this release

Pre-release with latest changes

  • Ignore SIGPIPE which can be generated by early disconnecting client and stop the server
  • Support MGET command (multiple get in single query)
  • Support KEYTIME command (get timestamp creation/update of a key)
  • Support LENGTH command (get payload size of a key)
  • Support RAW command (transfert data file via zdb directly)
  • Support NSJUMP command (force index/data jump, force immutability)
  • Disable database timestamp update on load-time
    • This feature ensure database files are not modified across zdb restart and ensure integrity and hash to not be modified for no reason. This improve a lot incremental update consistancy.
  • Improve libzdb handling data insertion timestamp
  • Keep timestamp of deletion
  • Improve NSINFO and add current dataid
  • Add staging incremental update tool using RAW capabilities
  • Avoid noticing Unsupported command unless in verbose mode
  • Fix RSCAN on latest version