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

Key: HSCALE-31
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Peter Romianowski
Reporter: Peter Romianowski
Votes: 0
Watchers: 0
Operations

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

Improve performance by avoiding the query tokenizer as much as possible

Created: 23/Apr/08 12:30 PM   Updated: 06/May/08 09:25 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 0.2

External References:
USA no deposit casino (USA no deposit casino)
New no deposit slots.


 Description  « Hide
Perhaps we could avoid the tokenizer completely as it has a huge hit.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Peter Romianowski - 05/May/08 04:50 PM
In main.lua we first test whether a partitioned table name is used within the query using a pattern. This leads to nearly no performance overhead compared to a an empty Lua script.

Abandon the tokenizer in favor of a regex solution would be a tough refactoring. We might end up in regex hell...