>
> In my experience even large DBs perform well when queries are on
> indexed fields and it is much easier to manage data when it is in one
> place.
>

i think indexed fields not every table must have it, because when you didn't
use it wisely it can drop your database performance. just indexed the field
that refered by another table.
e.g.
requires = IS_IN_DB(db, db.table.id, '%(field)s'

Reply via email to