Questions tagged [innodb-barracuda]

4 questions
3
votes
1 answer

MySQL InnoDB: how to switch to Barracuda format?

In new MySQL versions Barracuda file format was introduced. So I havew a few questions: Is it working only with file_per_table option? How to switch existing system to it (preferably the whole tablespace) other than by reimporting everything from…
Vladislav Rastrusny
  • 2,581
  • 12
  • 39
  • 56
2
votes
1 answer

InnoDB options crashing mysql start AND mysql tuning

I have an innodb on a Ubuntu 10.10 server running on an ESXi platform. I have dedicated 8 CPUs, 32 Gigs of ram, and files stored in a Raid 5 HP SAN of SAS 10k rpm disks. I'm expecting FAST queries! However: select count('x') takes 45 seconds for 75…
coderego
  • 175
  • 2
  • 8
0
votes
1 answer

Unusually high RDS MySQL memory

could use your help in understanding this. I'm running an RDS MySQL instance (db.m3.large on SSD) with 100GB of storage. I'm a little freaked out that my memory is 50% there: chart http://f.cl.ly/items/2130242A0K040E392h0L/10.png I must be doing…
John Derring
  • 77
  • 1
  • 4
0
votes
1 answer

MySQL too many connections during normal conditions (Percona, InnoDB)

We're getting too many connections errors in normal conditions, so I'm assuming it's a configuration issue. Four webservers, not using persistant connections partly because that triggers to the too many connections error too quickly. See more about…
Jonathan Hendler
  • 282
  • 1
  • 4
  • 10