transactions + scan + replication works!
Now remaining:
- error handling
- detailed unit testing
- durability of HashMap
- fix schema trans restart on SR
- fix unique index
- ndbapi interface to HashMap
- optimize COPY by using new operation(ZMOVE)
which creates less load and interacts better with replication
(currently the COPY produces events which is "correct" but not optimal)
- sql-support
And of course add-node :)
---
Personally I think this post deserves at least one comment...
MyISAM's "table lock" problem, and how InnoDB solves it
-
Most serious users of MySQL have moved their tables to InnoDB years ago.
For those who haven't, let's discuss why InnoDB is a more scalable solution
than ...
10 hours ago
1 comment:
Awesome!
Post a Comment