You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
There are some queries (e.g. select count(*) from <tab>) that don't access any table fields (explicitly or implicitly). In this case, only the record header could be processed and the record data decompression could be avoided. Simple tests against the prototype implementation show about 50-80% of performance improvement (when appropriate data pages are cached).
The text was updated successfully, but these errors were encountered:
Submitted by: @dyemanov
There are some queries (e.g. select count(*) from <tab>) that don't access any table fields (explicitly or implicitly). In this case, only the record header could be processed and the record data decompression could be avoided. Simple tests against the prototype implementation show about 50-80% of performance improvement (when appropriate data pages are cached).
The text was updated successfully, but these errors were encountered: