Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Performance

Compare
Choose a tag to compare
@cmgrote cmgrote released this 03 Nov 10:52
7100788

🚀 Performance improvements

  • Replaces default sorting of all search operations with a lazy evaluation of results rather than forcing a GUID-based default sort, to significantly improve performance (particularly at large volumes) for search operations that have no explicit sort order requested.
  • For an extra little boost, using LMDB appears to be the fastest option as the index store.

🐞 Bug fixes

  • Fix to allow classifications to be persisted against EntityProxies.

🧑‍🔧 Migration

  • Same as v3.2 -- no new persistence in this release compared to v3.2.

🔨 Dependencies