From 35816b18714862a060145e2055cd9c01327980b0 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 16 May 2012 23:00:09 +0200 Subject: [PATCH] start a remark in the README about indexes in the RDB --- README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README b/README index 365a710..4d4402f 100644 --- a/README +++ b/README @@ -1 +1,15 @@ Polycopiés numériques, projet UPD+UNPIdF + + +Indexes +------- + +Some queries need indexes to be performant, do not forget to install them. + +With SQLite:: + + python manage.py sqlindexes | sqlite3 polynum.db + +With PostgreSQL: + + python manage.py sqlindexes | psql