]]>
+1-888-316-9775 (USA - Sales)
+1-208-473-2904 (USA - Sales)
+44-208-133-0309 (UK - Sales)
+1-888-488-8556 (Emergency)
]]>

Percona XtraDB FAQ

Q: Why XtraDB ?

  • A: eXtra performance, eXtra scalability, eXtra features.

Q: What is the license? Is it free?

  • A: We distribute the storage engine under **GPLv2** license, and it is absolutely free to use. No dual-licensing. No community and enterprise separation.

Q: Do I need to convert all my tables to the XtraDB engine?

  • A: No, if they are currently using InnoDB. The XtraDB plugin is designed to be used instead of InnoDB, and is fully compatible with your existing InnoDB tables and server settings. To create new tables you still use CREATE TABLE … ENGINE=InnoDB. If your tables currently use a non-InnoDB storage engine such as MyISAM, then you will have to convert them to XtraDB with ALTER TABLE <table> ENGINE=InnoDB.

Q: How do I install XtraDB?

Q: How do I uninstall XtraDB?

Q: How can I revert back to InnoDB?

  • A: Just uninstall XtraDB and use the InnoDB plugin instead. You don't need to convert any of your data files, modify any settings, or make any other changes. If you want to revert back to the version of InnoDB that is shipped with the official MySQL builds (e.g. not the InnoDB plugin) then you can use the InnoDB plugin's downgrade procedure.

Q: What is the risk? Can it corrupt my database?

  • A: There are bugs in any software, but we think it's safe, and so do the thousands of large companies who are using it.

Q: Where can I report bugs?

Q: Is commercial support available?

  • A: Yes, Percona provides commercial support for XtraDB. If you are interested, please contact us to discuss.

Q: How can I request a new feature?

 
percona-xtradb/info/faq.txt · Last modified: 2011/07/17 21:05 (external edit)
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
]]> ]]>