Re: HELP! need sparse index for archive engine tables!!!
Hi,
You wrote
>>For archive purpose, you can try MERGE storage engine with compressed MyISAM >>for the old data. Note that compressed MyISAM is read only, so you need to have >>the latest table to be MyISAM for insertion, the rest can be compressed.
MyISAM Insertion speed is 33% less than Archive Engine Speed (SURELY without indexes. It is alot slow with one index).
I can insert data in partitioned Archive table and then convert it to MyISAM table. It doesn't take more time :). Also retrieval from partitioned Archive table is cooool stuf (By using limitation of 1024 partitions on Windows O/S)
#########
BUT CREATION OF ONE INDEX (ID INT, TIME TIMESTAMP) TAKES HOURS for table having 1 BILLION RECORDS :(
#########
COMPRESSION OF indexed MYISAM TABLE TAKES MANY HOURS AS WELL
#########
DURING ALL ABOVE TIME, DATA BECOMES UNAVILIBLE :(
I'm stuck. Plz help me to reduce the time of index creation and compression of 1+ Billion records per day to 5 minutes????
Thank you.
IR
Subject
Views
Written By
Posted
11567
February 15, 2007 03:48AM
5853
February 16, 2007 06:52AM
6027
February 18, 2007 03:51AM
15611
February 19, 2007 05:56AM
5985
February 27, 2007 06:51PM
Re: HELP! need sparse index for archive engine tables!!!
6107
March 04, 2007 01:29AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.