python-postgres / be

pg-python: Execute Python 3 code from PostgreSQL functions.
Other
5 stars 2 forks source link

Cache Operators whose types are the same #26

Open jwp opened 14 years ago

jwp commented 14 years ago

Given a type, cache the operators whose operands are the same.

This is needed to keep things like comparisons used in sorts fast.