MySQL Forums
Forum List  »  General

Re: Creating Custom Distributed Storage Engine
Posted by: Jonathon Coombes
Date: September 18, 2016 05:35PM

The documentation listed talks about the storage engine api. How you implement the underlying technologies is up to you, as long as the api is followed. This could mean that when you create a table, or update a table etc, that you not only do it on one underlying server, but on a group or all the servers. The implementation is up to you in that regard.

Options: ReplyQuote


Subject
Written By
Posted
Re: Creating Custom Distributed Storage Engine
September 18, 2016 05:35PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.