Actually we are using MySQL on our Testing Environment (2.5k vps) with this specs:
OS: CentOS 5.5 64bits
Database: MySQL Percona 5.1
Hardware:
Now we trying to setup this environment on Oracle Standard 11g
OS: CentOS 5.5 64bits
Database: MySQL Percona 5.1
- InnoDB with a file per table
- Housekeeper disabled
- Table partition by day on history tables
- Table partition by month on trend tables
- Created an index by clock column on some tables
Hardware:
- Dell R610 Poweredge
- 2x L5520 CPUs
- 24GB RAM
- 4x HDs 500GB SATA 10K (RAID 10)
Now we trying to setup this environment on Oracle Standard 11g
Also switching to Percona Server 5.1.
Would you mind saying what clock indexes you added, and why?
Comment