summaryrefslogtreecommitdiff
path: root/caching-tests
Commit message (Collapse)AuthorAge
* Fix SQL parser JOIN bug and fix ON clause logic in Sqlcache.Gravatar Ziv Scully2015-11-19
|
* Support nested queries but disable UrFlow for now.Gravatar Ziv Scully2015-11-19
|
* Trivial change to benchmark.Gravatar Ziv Scully2015-11-18
|
* Ran a benchmark!Gravatar Ziv Scully2015-11-17
|
* Add small benchmark (WIP).Gravatar ziv2015-11-15
|
* Fix bugs for lock calculation and SQL parsing and add support for tasks.Gravatar Ziv Scully2015-11-15
|
* Fix bug in and clean up free path code.Gravatar Ziv Scully2015-11-10
|
* Progress on free paths, but consolidation seems to fail more with them.Gravatar Ziv Scully2015-11-09
|
* Fix some table renaming issues.Gravatar Ziv Scully2015-11-07
|
* First draft of more specific formulas for queries.Gravatar Ziv Scully2015-11-05
|
* Consildation of caches understands sqlification.Gravatar Ziv Scully2015-11-04
|
* Make SQL caches use more of the pure caching machinery, but it's brittle.Gravatar Ziv Scully2015-10-15
|
* Add parameterless query to caching test.Gravatar Ziv Scully2015-07-19
|
* Add limited support for parsing SQL arithmetic.Gravatar Ziv Scully2015-07-07
|
* Only use string (rather than numeric, etc.) primitives in parsed SQL statements.Gravatar Ziv Scully2015-07-06
|
* Major DNF-calculation performance decrapification.Gravatar Ziv Scully2015-06-30
|
* Refactored a lot and fixed an and/or swap, but still not good on current test.Gravatar Ziv Scully2015-06-29
|
* Progress on LRU cache but still more known bugs to fix.Gravatar Ziv Scully2015-06-28
|
* Simplify example.Gravatar Ziv Scully2015-03-27
|
* Basic field-resolution invalidation.Gravatar Ziv Scully2014-11-29
|
* More invalidation progress.Gravatar Ziv Scully2014-11-11
|
* Progress towards invalidation based on equalities of fields.Gravatar Ziv Scully2014-11-10
|
* Mostly finish effectfulness analysis.Gravatar Ziv Scully2014-10-31
|
* Complete overhaul: cache queries based on immediate query result, not ↵Gravatar Ziv Scully2014-10-14
| | | | eventual HTML output.
* Small cleanup.Gravatar Ziv Scully2014-09-15
|
* Cleans up interface (it's now a command line option) and renames project to ↵Gravatar Ziv Scully2014-05-31
| | | | "sqlcache" in the all-one-word style. Still has issues to do with concurrency, retrying transactions, and foreign function calls that either rely on state or have side effects.
* Finishes initial prototype, caching parameterless pages with ↵Gravatar Ziv Scully2014-05-27
| | | | table-match-based invalidation. Still has problems parsing non-Postgres SQL dialects properly.
* ML half of initial prototype. (Doesn't compile because there's no C yet.)Gravatar Ziv Scully2014-03-25