InnoDB is an ACID-compliant transactional storage engine for MySQL that uses MultiVersion Concurrency Control (MVCC).

learn more… | top users | synonyms

0
votes
0answers
6 views

Foreign key issues when copying an InnoDB database

I'm wrestling with an InnoDB MySQL database & not having much luck (normally I'm a MyISAM guy). I'm trying to take the content from a production database and copy it over the development database ...
3
votes
1answer
25 views

How can I drop a table whose name is “logs/#sql-ib203” that appeared after a MySQL crash?

DROP TABLE logs/#sql-ib203 does not work due to /: Error Code: 1064. You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax ...
0
votes
0answers
9 views

InnoDB table errors: Doesn't exist/exist. Orphaned tables? Invisible database in mysql command clients

I had this problem for a while but somehow worked around it without solving the problem. Whenever I try selecting/creating/droping a table, it gives me a doesn't exist/exists error. All tables are ...
0
votes
1answer
25 views

Junction table without primary key

Say I have a junction table to resolve a many to many relationship I have between two tables. My junction table also has its own 'Method' column to describe the relationship. Normally, I would make ...
-2
votes
0answers
20 views

MySQL crashed. Lost all data [closed]

I have a MySQL database(MyISAM with InnoDB). Yesterday something crashed and I lost almost all data from the database(except of InnoDB tables). Can someone please help me to understand the reason? Log ...
0
votes
0answers
22 views

How to add column to big table in MySQL [migrated]

I'm php developer so dont be strict. I have a big table ~5.5gb dump. Our PM decided to make new column in it to perform new feature. Table is InnoDB So what i tried: Alter table in screen with table ...
0
votes
1answer
13 views

MySQL table hangs for update operation in one row [closed]

I had a stored procedure like following: START TRANSACTION; //Do a insert //Do a select COMMIT; During the insert there was an error (I tried to insert with an existing primary key). Now, I can ...
0
votes
1answer
12 views

MySQL: #1217 when dropping tables

I've created a simple database relation consisting of the entities entry and keywords. Any entry can have n keywords, but each keyword may only exist once in the keywords table. To realize this, I've ...
0
votes
0answers
13 views

how important are mysql's innodb logs? [migrated]

I'm basically concerned about the following two settings, these are my default settings : innodb_log_buffer_size 1048576 innodb_log_file_size 5242880 I haven't changed them for 2 reasons : one, ...
0
votes
1answer
29 views

simple select count query is taking too long to execute

Below is the table structure. MySql table contains 11 million data. All the data may be inserted into the table in one day only. I tried executing the below query and it took 5-7 mins to finish. I ...
3
votes
1answer
30 views

Emulate MyISAM's composite primary key with an autoincrement behavior in InnoDB

In MySQL, if you have a MyISAM table that looks something like: CREATE TABLE `table1` ( `col1` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT, `col2` INT(10) UNSIGNED NOT NULL, PRIMARY KEY (`col2`, `col1`) ...
0
votes
0answers
11 views

Confusion with new innodb memcached plugin for MYSQL?

I already have memcached running alongside the memcache php extension in the traditional manner with my app set up to cache queries when intended. I am now running MySQL 5.6 and would like to test ...
0
votes
0answers
16 views

InnoDB Table Exist and Doesn't Exist

EDIT:6/13/13 1pm. I worked around it and can now start querying correctly. I believe I have orphaned tables in my database test_db. In fact, all my tables are probably orphaned. I don't have any ...
1
vote
1answer
28 views

How do I lock on an InnoDB row that doesn't exist yet?

How can I guarantee that I can search if a username exists in my database, then insert that username into the database as a new row without any intercept between the SELECT and INSERT statements? ...
4
votes
1answer
55 views

UPDATE with SELECT, will it lock each row or all SELECTed records

It is unclear to me (by reading MySQL docs) if the following query ran on INNODB tables on MySQL 5.1, would create WRITE LOCK for each of the rows the db updates internally (5000 in total) or LOCK all ...
1
vote
1answer
32 views

MySQL InnoDB: Best practice bulk insert

I am trying to insert 2x 700 000 records into an InnoDB table and it is in my opinion rather slow. I have tried several things and I am not sure what is the best way to achieve the most efficient way ...
-1
votes
1answer
21 views

How to change my my.ini configuration file for better preformance [closed]

I currently have the community version of MySQL. I am not sure how to configure the my.ini file to maximize performance. I have a very large transactional database and I use InnoDB storage engine. ...
0
votes
0answers
19 views

MySQL dump with ignored table and foreign key

I have a large mySQL (InnoDB) database running on a production server, and I need to sync the staging DB with the production DB every once in a while. One of the tables, let's called it ...
0
votes
1answer
21 views

Is there a way to restore previous (until last update) values in MySQL table?

Say, I've executed UPDATE table SET field1 = 'val1', field2 = 'val2' WHERE id = 5 Previously field1 was 'VAL1' (e.g.), field2 was 'VAL2'. Is there a way to restore them in this particular table (!!!) ...
0
votes
0answers
40 views

Database not changed after update on InnoDB with Flask-SQLAlchemy

I'm using Flask-SQLAlchemy on some website of mine. For the moment, my database is a MyISAM. I want to change to InnoDB so that I can use lock mode. I tried to do it but I get the following problem: ...
0
votes
0answers
9 views

innodb table dont show after reboot [migrated]

After reboot each time I cant see my Innodb table. But when use command mode I can see my tables, but cannot access to it. mysql> show tables; +----------------------+ | Tables_in_xpl_ticket | ...
0
votes
1answer
17 views

!SOLVED! Can Rails cause MySQL data to disappear?

I have the most bizarre scenario that I have ever witnessed. I have a hosted website on a virtual server with Rails 3.2, Ruby 1.9 and MySQL 5.1 using InnoDB but not per table. All of a sudden and ...
0
votes
0answers
22 views

MySQL InnoDB: Having a multiple column key vs a single md5 hash key

Let's say I have a table with a composite primary key consisting of 3 varchar(256) columns: A, B, and C. There's also an index on B, and the composite key acts as an index on A. This table has ...
6
votes
2answers
78 views

Rails + MySQL + Transactions + Locking, how do I prevent opening a transaction from unlocking the table?

In my Rails code I need to confirm that an action is allowed only if there is more than 1 of a certain record remaining. For this reason I need to lock updates and then perform a read. My rails code ...
0
votes
1answer
21 views

A persistent temporary table?

Right now, I'm using temporary tables in my select queries to speed up the execution. They are created every time I execute the query. In my current situation, the tables are updated with new data ...
1
vote
0answers
23 views

Why InnoDB ALTER TABLE is so slow? [closed]

The machine has a 4-core hyper-threaded Intel i7 670 @ 2.8GHz, 16G RAM, 8G of which is InnoDB buffer pool. The database resides on Intel SSD disk. DBMS is MariaDB 5.5.30 x64 running under Windows ...
1
vote
2answers
34 views

Optimizing Queries on MYSQL (InnoDB tables)

I got a problem. I need to (for didactical purposes) show the optimization process of a query (example: 2 seconds without any index, 1 second with an index.. etc). I have a mysql database with 12 ...
0
votes
1answer
25 views

effective innodb_lock_wait_timeout value check

I have a table with lakhs of rows. Now, suddenly I need to create a varchar column index. Also, I need to perform some operations using that column. But its giving innodb_lock_wait_timeout exceeded ...
0
votes
0answers
14 views

MySql InnoDb - Performance degrades after recreating the index

I have 2 tables F(100,000 rows) and C(500,000 rows). CREATE TABLE `C` ( `id` int(11) NOT NULL AUTO_INCREMENT, `userEmail` varchar(128) DEFAULT NULL, `content` text NOT NULL, `addTime` ...
0
votes
0answers
12 views

What is the minimum value that an innodb buffer pool in mysql 5.6 can take?

In MySQL 5.1, this is hard-coded as 64 MB. I couldn't find any such hard coded value (or documentation) in MySQL 5.6. Any ideas? in storage/innobase/buf/buf0buf.c if (ut_2_power_up(chunk->size / ...
0
votes
1answer
21 views

Preventing duplicate data with locking or transactions?

In our application, when a user creates an order we get the next order # as follows: SELECT MAX(CAST(REPLACE(orderNum, 'SO', '') AS SIGNED)) + 1 FROM orders The problem is that because the customer ...
0
votes
0answers
9 views

What would be a good strategy to fill up the buffer pool for a running mysql instance?

I'm doing some testing on MySQL, and a newbie to what I'm trying to do. I wanted to know of a good strategy to fill up the innodb buffer pool. I was thinking that doing too many inserts should do the ...
0
votes
0answers
31 views

MySQL innodb monitor and insert/update operation [migrated]

There is only one table in MySQL that has two columns like id(int) and data(blob) And, the problem I've faced is that it looks like there's something wrong with insert/update operations. For some ...
0
votes
1answer
30 views

Speed Performance of my MYSQL Database, Help me Optimize [closed]

I have a server right now receiving more raw data files in 1 hour then I can upsert (insert -> merge) in an hour. I have a table with 100M (rounded up) rows. Table is currently MyISAM. The table has ...
1
vote
1answer
35 views

MySQL InnoDB much slower than MyISAM

I have two tables (reduced to important fields): syskeywordobjects: pksyskeywordobjects BIGINT fksyskeywords BIGINT fkcontents BIGINT fkcontents INDEX (fkcontents) fksyskeywords INDEX ...
0
votes
2answers
40 views

queries are running slow after Too many connections error

Couple of days ago i had persistent query running on my website which was taking couple of long minutes to complete ( i've run it about 3 time) It nearly killed my database , everything slowed down ...
2
votes
1answer
85 views

How to properly handle InnoDB deadlocks in Java/JDBC?

I am working on a theory basis here, I want to make sure all my bases are covered. I have read quite a bit into InnoDB with Java and how deadlocks can occur no matter what query you are running. ...
0
votes
2answers
39 views

3 Foreign Keys to 1 table

i'd like to add 3 foreign keys to 1 table, but InnoDB gives an error. I can add the first foreign key on it's own, but then the same errors occurs with the other 2 keys. Here's the syntax: CREATE ...
0
votes
1answer
12 views

provide read and write table locking in mysql

I have a table CREATE TABLE `uli` ( `id` int(10) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 The table shall always contain one value in one row. But it could be changed ...
0
votes
1answer
16 views

generation of next id in innodb table

I have an InndoDB table CREATE TABLE `users` ( `id` int(10) unsigned NOT NULL, `network_id` int(10) unsigned NOT NULL, `nickname` varchar(20) NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE ...
3
votes
1answer
25 views

how can i ensure innodb thread safety

I have an InnoDB table which lists a bunch of files which need to be processed. The python script which handles the processing basically does this: get next file which has status = 'unprocessed' ...
9
votes
1answer
220 views

Is it practical to store string columns in indexes?

Suppose we have this example structure/data: @see fiddle at http://sqlfiddle.com/#!8/1f85e/1 -- SET GLOBAL innodb_file_per_table=1; DROP TABLE IF EXISTS mysql_index_reading_myisam; CREATE TABLE IF ...
0
votes
0answers
18 views

MySql Cluster - data can't be read after commit

Working with a Mysql Cluster engine is InnoDB. After a commit is performed (on master), a RabbitMQ message is sent to a remote machine, that performed a read from the slave, fails to retrive anything ...
-1
votes
0answers
40 views

LIMIT error syntax in mySQL [duplicate]

When I use this code in PHP : if (isset($_GET['page'])) { $pagenum = $_GET['page']; } else { $pagenum = 1; } $startnum = 251; $reponse = $bdd->prepare('SELECT * FROM albums ORDER BY id LIMIT ...
0
votes
1answer
25 views

Slow MYSQL Insert to DB MyISAM

I have a file (insert.sql) which has 250k rows like these with no key, no index : INSERT `project_383`.`entity_metrics_build_1` VALUES ('d402afeb4630267f383b99875f37162d', 'ClMaxCycl', '-1'); INSERT ...
2
votes
2answers
35 views

Reusage of lost AUTO_INCREMENT values

I try to understand the exact behaviour of innodb regarding reusage of gaps that may occur in the sequences of AUTO_INCREMENT values. The problem is that it seems to me that I found two contradictory ...
1
vote
1answer
40 views

InnoDB: Operating system error number 23 in a file operation

Yesterday, my local server HDD crashes and goes for automatic scandisk at start up. I was not in office so I really don't know what had happen. But today when we start Server we are getting 130523 ...
1
vote
4answers
62 views

Selecting random row from table with 10k+ records

I have a website project that I'm currently coding and I have a table storing information on cars. The table has information such as below, there is about 20 columns in the table, I just want to know ...
-2
votes
3answers
70 views

Deleting from huge database

I'm deleting data from database which is about 1.8GB big. (through C# app) The same operation on smaller databases (~600MB) run without problem, but on the big one I'm getting Lock wait timeout ...
0
votes
0answers
29 views

Which one to use? InnoDB Replication or MySQL Cluster?

I am building a url shortener and I use InnoDB as the storage engine for link data. I will start with a single VPS containing both application instance and MySQL database instance on the same Virtual ...

1 2 3 4 5 31