log src/sqlcache.sml

age author description
Fri, 20 Nov 2015 03:26:21 -0500 Ziv Scully Tweak cache consolidation and choose better default.
Thu, 19 Nov 2015 18:13:01 -0500 Ziv Scully More work on heuristics.
Thu, 19 Nov 2015 17:29:47 -0500 Ziv Scully Add consolidation heuristic options.
Thu, 19 Nov 2015 03:45:39 -0500 Ziv Scully Fix SQL parser JOIN bug and fix ON clause logic in Sqlcache.
Thu, 19 Nov 2015 01:59:00 -0500 Ziv Scully Support nested queries but disable UrFlow for now.
Tue, 17 Nov 2015 02:44:37 -0500 Ziv Scully Make cache flushes happen immediately instead of at end of transaction.
Sun, 15 Nov 2015 14:18:35 -0500 Ziv Scully Fix bugs for lock calculation and SQL parsing and add support for tasks.
Fri, 13 Nov 2015 11:03:09 -0500 Ziv Scully Finish locking, but it's not yet tested rigorously.
Fri, 13 Nov 2015 01:04:32 -0500 Ziv Scully Fix issue with one-element caches. Locking still WIP.
Tue, 10 Nov 2015 12:35:00 -0500 Ziv Scully Fix bug in and clean up free path code.
Mon, 09 Nov 2015 13:37:31 -0500 Ziv Scully Progress on free paths, but consolidation seems to fail more with them.
Sat, 07 Nov 2015 15:16:44 -0500 Ziv Scully Fix some table renaming issues.
Thu, 05 Nov 2015 01:48:42 -0500 Ziv Scully First draft of more specific formulas for queries.
Wed, 04 Nov 2015 20:12:07 -0500 Ziv Scully Consildation of caches understands sqlification.
Wed, 21 Oct 2015 09:18:36 -0400 Ziv Scully First draft of cache consolidation.