MySQL Forums
Forum List  »  Archive Storage Engine

Re: HELP! need sparse index for archive engine tables!!!
Posted by: Ijaz Rashid
Date: February 18, 2007 03:51AM

Hi Brian Aker

you wrote
>>Archive does not support indexes. Have you tried MyISAM?

I'm currently using MyISAM with indexes. But it consumes alot of disk space (20 times more then archive including index). Also only archive engine can insert ~100,000 records per second in database.

#########
Question
#########
I'm trying to (insert) store data in partitioned Archive engine table. While retrieval I'm temporarily storing few million records in Memory table having index. But scanning one partition with 500Million records takes huge time. IS THERE ANY WAY TO SCAN BIG PARTITION FAST ( without index :( )?

Thank you,
IR

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: HELP! need sparse index for archive engine tables!!!
6027
February 18, 2007 03:51AM


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.