History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CORE-1598
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Dmitry Yemanov
Reporter: Dmitry Yemanov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Firebird Core

Optimize data retrieval for tables when no fields are accessed

Created: 16/Nov/07 01:31 AM   Updated: 21/Nov/07 03:47 AM
Component/s: Engine
Affects Version/s: None
Fix Version/s: 2.5 Alpha 1

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Resolution Date: 21/Nov/07
Target: 2.5.0


 Description  « Hide
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).

 All   Comments   Work Log   Change History   Version Control   Subversion Commits      Sort Order:
There are no comments yet on this issue.