Skip to content

OrientDB Community Edition v1.7 rc1

Compare
Choose a tag to compare
@lvca lvca released this 06 Feb 13:24
· 19153 commits to develop since this release

News: http://www.orientechnologies.com/released-orientdb-v1-7-rc1-new-relationship-engine-improved-sql-graph-api/

  • Engine: new LINKBag to manage LINKS by using SBTree indexes. This drastically improved performance
  • SQL: new LOCK keyword to specify locking strategy
    new RETURNING keyword to let to UPDATE and DELETE commands to return modified records
    new include() and exclude() to respectively include or exclude fields of documents
    operator [] now can be used in chain, also with functions
    projections can be reused as variables
    support for LET also in UPDATE and DELETE commands
  • Graph API: support for ordered edge list
    new detach() and attach() method to work with Graph Element offline
    new OrientGraphFactory to manage pooled instances
  • HTTP: new support for ETag, If-Match and If-None-Match headers
    new PATCH method against /document command and /documentbyclass for partial updates
  • Distributed: database deploy now is chunked to avoid RAM saturation
  • Backup and Restore: improved speed from 5x to 50x
  • Studio: new CSV download of Query result

Change Log: https://github.com/orientechnologies/orientdb/issues?milestone=15&page=1&state=closed