MySQL Forums
Forum List  »  Performance

Use InnobDB or MYISAM?
Posted by: Daniel Ong
Date: January 23, 2009 12:52AM

Hi guys,

i've got a question of whether to use InnobDB or MYISAM
i'm using C++ together with MYSQL to perform a check for new documents

i'm puzzled at which storage engine to use as i know InnobDB is a transaction safe engine but insertion for InnobDB takes a long time

for my application selecting data and inserting data is the primary function. So far i've tried using MYISAM and i've done processing for 10 millions records that takes a day plus. but of course most of the processing work is concerned with C++.

i've got a table that contains documents text, and these text will be retrieved from the table to be processed by C++ for novelty detection. After which i will be inserting the results of this detection into another result table.

i'm not too sure if InnobDB can withstand my load, noting the fact that i might need to insert 10 million rows of data at one go and selecting data from a large table size? in addition, i'm primarily concerned with the speed, meaning i would want the time taken to select and insert data to be minimized

Options: ReplyQuote


Subject
Views
Written By
Posted
Use InnobDB or MYISAM?
5109
January 23, 2009 12:52AM
2279
January 23, 2009 01:23AM
2401
January 23, 2009 01:27AM
2144
January 27, 2009 09:24PM
2297
January 29, 2009 12:54AM
2113
February 02, 2009 11:33PM
2106
February 03, 2009 12:24AM
2072
February 04, 2009 12:36AM
2151
February 04, 2009 12:55AM
2049
February 04, 2009 01:18AM
2019
February 04, 2009 03:51PM
2145
February 05, 2009 09:31PM
2056
February 05, 2009 10:03PM
2050
February 06, 2009 01:58AM
2019
February 06, 2009 07:36AM
2084
February 06, 2009 11:46AM
1977
February 04, 2009 01:22AM


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.