Bug Fixes
The following bugs are fixed:
- The result of order by... limit...offset is incorrect when the subquery contains LIMIT.
- The BE crashes when partial update is performed on a table with large data volume.
- Compaction causes memory to overflow when the size of BITMAP data exceeds 2 GB.
- The like() and regexp() functions do not work if the pattern length exceeds 16 KB.
Behavior Changes
- The format used to represent array values in the output is modified. Escape characters are no longer used in the returned JSON values. For example, [{"k1":"v1"}] is returned, instead of "[{"k1":"v1"}]".