Categories: Contributing | Development | MySQLUniversity

Getting Started Using NDB


Contents


← Back to MySQL University main page

[edit] Getting Started Using NDB

[edit] Presentation

Intro to NDB Presentation (1.8MB PDF)

[edit] Questions asked during the session

  1. Does MySQL Cluster perform better for read-intensive or write-intensive applications?
    • Its performance is about equal in both scenarios.
  2. Does MySQL Cluster support row-level locking?
    • Yes.
  3. What are the limiting factors on performance if the cluster nodes are far apart (geographically separated)?
    • Cluster performance is highly dependent on connectivity. It should also be noted that there is no encryption or authentication between cluster nodes. For both of these reasons, all nodes in a MySQL Cluster should be on the same local, dedicated network.
  4. Is it necessary for all for updates to be run on one MySQL server (SQL node), all deletes on another, and so on?
    • No, it's fine to mix different types of SQL statements/operations on any and all SQL nodes.
  5. Can you use MySQL Connectors with MySQL Cluster?
    • Yes. MySQL Connectors can access SQL nodes just as they do any other instance of the MySQL server.
  6. Are rows in NDB tables fixed-width or variable-width?
    • Beginning with MySQL 5.1, all rows including VARCHAR are variable.

[edit] Voice recording and other links

Retrieved from "http://forge.mysql.com/wiki/Getting_Started_Using_NDB"

This page has been accessed 3,734 times. This page was last modified 15:01, 8 May 2008.

Find

Browse
MySQLForge
Main Page
Current events
Recent changes
Random page
Help
Edit
Edit this page
Editing help
This page
Discuss this page
Post a comment
Printable version
Context
Page history
What links here
Related changes
My pages
Special pages
New pages
File list
Statistics
Bug reports
More...