Andreas Jung wrote: >> For the record: the overhead is about 40% on non-cached queries.r > > That's why were are using CCSQL methods :-) Not really - CCSQL caches results of the same query. Caching queries in compiled form in DB server allows to speed up execution of all further queries (i.e. for any parameters) based on that query. Cheers.