從MySQL遷移到VoltDB的一點經驗

jieforest發表於2012-09-08
Francis Pelland is the Technical Lead for Social Game Universe developing the next generation of The Lightning Platform.

The Lightning Platform. lets developers build high performance, scalable data platform. and provides the management, analytics and the tools to promote and grow social games. He wrote a short guide to help his team get through the transition for PHP developers moving from MySQL to VoltDB.

Here’s an excerpt:

Is there PhpMyAdmin or similar

Yes there is!  This tool is called Web Studio.  This will allow you to navigate the tables (but not browse its content). You can see in real time all the processes and queries running through the database.

You will have the ability to run ad hoc queries and see what’s in the database, by clicking on the button at the top, to the left of the exclamation point (to execute the query you will click the exclamation point). Minus some features like sub-queries, the query format is identical to MySQL.  Always use single quotes when sending strings.

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/301743/viewspace-742924/,如需轉載,請註明出處,否則將追究法律責任。

相關文章