Question
query caching ... in cfmx6,7
Hello,
How does it work ? I tried simple query in java and same query in
coldfusion on postgresql without any load. Java gives me consistent
results, about 280ms on query and 200ms on processing resultset.
cf on the other side gave me times about 1500ms, 900ms, 450ms, 200ms
- query cache was set to 0, no arguments in cfquery related to caching
was not used, just name, datasource. 200ms is under time needed by
database to process request, so seems to me that cf simply lies !
Can anyone help me to understand how cf works in this case ?
query caching is quite agressive technique that little scares me.
thanks,
jan
How does it work ? I tried simple query in java and same query in
coldfusion on postgresql without any load. Java gives me consistent
results, about 280ms on query and 200ms on processing resultset.
cf on the other side gave me times about 1500ms, 900ms, 450ms, 200ms
- query cache was set to 0, no arguments in cfquery related to caching
was not used, just name, datasource. 200ms is under time needed by
database to process request, so seems to me that cf simply lies !
Can anyone help me to understand how cf works in this case ?
query caching is quite agressive technique that little scares me.
thanks,
jan