Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2002-10-10 | Implement read ahead on the XML resource... | zecke | 1 | -1/+3 |
Scrolling is now noticeable faster with 10.000 items but not as fast the XML backend... OPimCache can be tuned and Query->OTodo too | ||||
2002-10-10 | The Cache is finally in place | zecke | 1 | -0/+117 |
I tested it with my todolist and it 'works' for 10.000 todos the hits are awesome ;) The read ahead functionality does not make sense for XMLs backends because most of the stuff is already in memory. While using readahead on SQL makes things a lot faster.... I still have to fully implement read ahead This change is bic but sc |