v3.4.0
What's Changed
📊 Fragmentation Optimalisation
Under the hood, the fragmentation processes (bucketisation + pagination) went through a big structural change to optimise database interactions.
Additionally, database views and tables have been optimised in function of this.
🚧 Known Issues
Timebased Linear Caching
Whilst preparing for this release, we noticed that the timebased linear caching feature was causing troubles in our current write process to the database. Therefore, it has been disabled for now, but we will try to enable it again as soon as possible
Change Notes
- feat: pagination rework by @Yalz in #1369
- feat: move all bucket db queries to ItemWriter by @jobulcke in #1370
Full Changelog: v3.3.0...v3.4.0