myisam Questions

2

Solved

I have one really long running read. It is a cronjob run once a day, but the whole DB gets locked down when it is running : mysql> show full processlist; +--------+------+-----------+------+---...
Edge asked 16/9, 2009 at 7:18

2

Solved

When using MyISAM the configuration setting key_buffer_size defines the size of the global buffer where MySQL caches frequently used blocks of index data. What is the corresponding setting for Inn...
Tattletale asked 2/8, 2009 at 0:5

2

Solved

I'm attempting to add searching support for my PHP web app using MySQL's FULLTEXT indexes. I created a test table (using the MyISAM type, with a single text field a) and entered some sample data. ...
Fenske asked 14/7, 2009 at 14:16

6

Solved

One of my projects use the MyISAM engine in MySQL, but I'm considering changing it to InnoDB as I need transaction support here and there. What should I look at or consider before doing this? Ca...
Extragalactic asked 22/10, 2008 at 10:24

3

Solved

This question is related to this one. I have a page table with the following structure: CREATE TABLE mydatabase.page ( pageid int(10) unsigned NOT NULL auto_increment, sourceid int(10) unsigned...
Coinstantaneous asked 11/5, 2009 at 8:8

6

Solved

I've got a table structure that can be summarized as follows: pagegroup * pagegroupid * name has 3600 rows page * pageid * pagegroupid * data references pagegroup; has 10000 rows; can have an...
Dannica asked 9/5, 2009 at 7:6

4

Solved

It seems like I will be needing transaction with MySQL and I have no idea how should I manage transactions in Mysql with mixed InnoDB/MyISAM tables, It all seems like a huge mess. You might ask wh...
Inenarrable asked 1/1, 2009 at 10:8

3

Solved

Hi I am using Mysql 5.0.x I have just changed a lot of the tables from MyISAM to InnoDB With the MyISAM tables it took about 1 minute to install our database With the InnoDB it takes about 15 mi...
Allanson asked 19/1, 2009 at 9:51

3

I am currently working for a company that has a website running mysql/php (all tables are also using the MYISAM table type). We would like to implement replication, but I have read in the mysql do...
Kealey asked 22/10, 2008 at 15:52

© 2022 - 2024 — McMap. All rights reserved.