[llvm-commits] [zorg] r147079 - /zorg/trunk/lnt/docs/todo.rst
Daniel Dunbar
daniel at zuster.org
Wed Dec 21 12:00:17 PST 2011
Author: ddunbar
Date: Wed Dec 21 14:00:17 2011
New Revision: 147079
URL: http://llvm.org/viewvc/llvm-project?rev=147079&view=rev
Log:
lnt/docs: Add some todo notes on better SQLite database management.
Modified:
zorg/trunk/lnt/docs/todo.rst
Modified: zorg/trunk/lnt/docs/todo.rst
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/lnt/docs/todo.rst?rev=147079&r1=147078&r2=147079&view=diff
==============================================================================
--- zorg/trunk/lnt/docs/todo.rst (original)
+++ zorg/trunk/lnt/docs/todo.rst Wed Dec 21 14:00:17 2011
@@ -30,6 +30,17 @@
These changes would significantly compact the archive format, which improves
performance across the board.
+Other stuff:
+
+ 1. We should find ways to manage the SQLite databases better. Currently we:
+
+ o Could benefit from having LNT manage when to run ANALYZE.
+
+ o Could benefit from making LNT handle setting some of the page size
+ pragmas, at some point.
+
+ o Could benefit from finding a way to have LNT VACUUM, although this can be
+ very expensive.
v0.4 Redesign
-------------
More information about the llvm-commits
mailing list