8.3.1 is a stability release, and moves Materialized Views into GA. Thanks to all the early-adopters who have helped us with crucial feedback, to make sure they are efficient and robust. Give them a try!
8.3.1 also brings the first SQL Hints, which will give you more control over your query execution plans. For now, only one hint is supported - USE_ASOF_BINARY_SEARCH
- which allows you to swap between two algorithms for handling filtered ASOF JOIN
queries. Next on the list - controlling when the database chooses to use an INDEX
scan.
For any questions or feedback, please join us on Slack or on Discourse.
See also our prettier release notes page.
Changelist
- fix(sql): add reset query timeout timer before
checkpoint create
by @kafka1991 in #5604 - fix(sql): fix internal error with some ASOF JOINs by @jerrinot in #5606
- fix(pgwire): compatibility with the nodejs 'postgres' driver by @jerrinot in #5615
- fix(core): prevent total symbol data loss on db hard reset by @ideoma in #5598
- feat(sql): skip unchanged sample by intervals in materialized view incremental refresh by @puzpuzpuz in #5613
- feat(sql): alter materialized view symbol capacity by @puzpuzpuz in #5622
- fix(sql): missing DST gap correction in case of certain sample by intervals by @puzpuzpuz in #5626
- perf(sql): support for Oracle-style SQL hints by @jerrinot in #5620
Full Changelog: 8.3.0...8.3.1