Revision #2 has been created by Trejder on Dec 14, 2010, 2:32:03 PM with the memo:
title enshorten
« previous (#1) next (#3) »
Changes
Title
changed
Incresing ActiveRecordR performance in connections with Oracle
Category
unchanged
How-tos
Yii version
unchanged
Tags
unchanged
AR, active record, performance, speedup
Content
unchanged
[...]
}
```
### Final words
This is one of possible solution. It was designed for our own project and therefore might not satisfy other developers needs or may need some slight changes. But, on the other hand, we were able to speed up Active Record **ten times**. For example selection of 300 records (160 columns) took 0,24 second, while before (on original Yii-build in COciSchema) the same query was taking around 2,45 second. Both test without using any caching component.