start a remark in the README about indexes in the RDB

This commit is contained in:
Benjamin Dauvergne 2012-05-16 23:00:09 +02:00
parent 9ae1831825
commit 35816b1871
1 changed files with 14 additions and 0 deletions

14
README
View File

@ -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 <db_name>