summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorjasplin <qt-info@nokia.com>2010-02-03 10:53:27 +0100
committerjasplin <qt-info@nokia.com>2010-02-03 10:53:27 +0100
commit380ec39f9865f1ab2abe4ae0539b3b84cb84304c (patch)
tree3cc397909caa3f96a5ca51736a15f648d83a41f3 /TODO
parent9375dc74f7e1df769e8bb61ca814462af335816e (diff)
Restructured the database schema.
The most important change of this patch is a restructring of the database schema in order to better support current and future use cases. In particular, the 'result' table has been reduced in size (which is important since this table is the one that will grow on a regular basis), and a 'bmcontext' table has been introduced as an extra structural level that is expected to make certain queries faster than they would have otherwise been (due to reduced need for complex join expressions etc.).
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 3a6842e..70c4930 100644
--- a/TODO
+++ b/TODO
@@ -54,3 +54,5 @@
(see commit 3ce1f82d4792b1c7373da7ed560657aefeefdd4d)
- Use QXmlStreamReader instead of QDomDocument.
+
+- Make web app behave sensibly for an empty result database.