Re: [CDBI] Make CDBI go fast
"Perrin Harkins" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.class-dbi |
|---|---|
| Message-ID | <[email protected]> |
On 2/16/07, Michael G Schwern <[email protected]> wrote: > Of course, Postgres can index on full blown expressions and with WHERE clauses. Oracle does too. I made pretty good use of that feature. But using triggers should at least let you fake it without any manual upkeep. Your MAX_DATE hack is pretty much what I had in mind for dates. - Perrin