Releases: ydb-platform/ydb-materializer
Releases · ydb-platform/ydb-materializer
v1.5 Release
What's Changed
- Dictionary processing memory optimizations by @zinal in #11 :
- Added protection mechanizm against a huge volume of dictionary-style changes
- Better resource cleanup on Runner and JobController disposal
- Fixed job scheduling logic which could lead to uneven job distribution between the Runner instances
Full Changelog: v1.4...v1.5
v1.4 Release
What's Changed
- downgrade to Java 17 by @KirillKurdyukov in #8
- fix BATCH processing by @KirillKurdyukov in #9
- UNION ALL support by @zinal in #10
Full Changelog: v1.3...v1.4
v1.3 Release
v1.2 Release
Release highlights:
- Added support for query timeouts
- Improvements in logging
Full Changelog: v1.1...v1.2
v1.1 Release
Mostly bugfix release
Full Changelog: v1.0...v1.1
Initial release
Support for MV development, local and distributed synchronization service modes.
Initial pre-release
Basic functions are available, however, performance testing is not completed yet.
Dictionary processing is also being still actively developed.