Revision #4 has been created by igorsantos07 on Nov 16, 2011, 1:24:03 PM with the memo:
fixing title
« previous (#3)
Changes
Title
changed
Increasing AR performance in connections with Oracle
Category
unchanged
How-tos
Yii version
unchanged
Tags
changed
AR, active record, performance, speedup, oracle
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.