Message218668
...if I understand the proposed caching scheme, then repeated executions of the query
SELECT a,b,c FROM table
would result in cache hits, since the column names remain the same. I'm guessing this would resolve the performance problem in the app I saw, but it would be good to verify that performance is broadly similar with/without named tuples. |
|
Date |
User |
Action |
Args |
2014-05-16 15:19:15 | glangford | set | recipients:
+ glangford, rhettinger, ghaering, ncoghlan, eric.araujo, petri.lehtinen, Russell.Sim |
2014-05-16 15:19:15 | glangford | set | messageid: <1400253555.38.0.34666238848.issue13299@psf.upfronthosting.co.za> |
2014-05-16 15:19:15 | glangford | link | issue13299 messages |
2014-05-16 15:19:15 | glangford | create | |
|