View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
396 | PHPOF2 | Default | public | 8 Nov 2011 21:50 | 12 Nov 2011 22:12 |
Reporter | mrosenquist | Assigned To | |||
Priority | low | Severity | feature | Reproducibility | have not tried |
Status | new | Resolution | open | ||
Summary | 396: Consider JIT Loading of the DB Connection and Discover Schema | ||||
Description | The db connection could have an option to be JIT Discover Schema is not needed to be run as part of the constructors. While in most cases the schema is necessary there are some where a table is purely to reference the correct labels of its data, additionally this circumvents any possibility of having row level caching. I have had a look in using APC cache with of the discover Schema and have fon the improvement negligible over this initial cost of making the DB connection, however there are cases where the db connection may not be necessary, my main thought is the improvement of areas behind sessions where the users row level details can been cached as it is highly likely that they will need to be retrieved in the near future. I would not want to implement row level cache in a generic form but there are a few cases where it may make sense. I will investigate further. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
8 Nov 2011 21:50 | mrosenquist | New Issue | |
12 Nov 2011 22:12 | timj | Note Added: 408 |