MySQL Forums
Forum List  »  Archive Storage Engine

PROBLEM: Slow Retrieval !!
Posted by: Ijaz Rashid
Date: February 19, 2007 06:40AM

Hi,

My company is going to launch new plant automation product having plant history module. Our competitor is using MS SQL Server. They are storing data and index in very small foot print in *.std and *.onx files respectively.

We've chosen MySQL database. MyISAM engine for configuration information and Archive Engine for history information due to its small storage size and fast rate of insertion then MyISAM.

My RnD is badly affecting due to very slow retrieval performance.
Reason being limited to 1024 partitions on windows platform and non avilibility of index (each partition contains +500 Million records).

#########
THE SUCCESS OR FAILURE OF MY RND FOR DB SELECTION DEPENDS UPON RETRIEVAL PERFORMANCE OF HISTORY DATA FROM HUGE STORAGE (1000 GBs) IN ARCHIVE ENGINE TABLE. PLZ LET US KNOW IF WE CAN HAVE INDEX SUPPORT (ID INT, DATETIME) IN ARCHIVE ENGINE?
#########

We are unable to use MyISAM bcz we can't get close to storage + insertion efficiency of competitor.

Thank you,
IR

Options: ReplyQuote


Subject
Views
Written By
Posted
PROBLEM: Slow Retrieval !!
9716
February 19, 2007 06:40AM
6239
March 04, 2008 10:07PM


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.