By uzunapps
I am an android developer and don’t know so much about server side. I was using a simple hosting and firebase for my backend needs. However, now I need a high scale database. I want to use managed database mysql. Can I create a web service with only buying a mysql cluster or must I buy a droplet for my web service and use mysql cluster as a database ? Sorry if this question is so weird :)
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi @uzunapps,
You can get a MySQL cluster but it won’t be enough to host your application. You’ll need a place to store your files which will be as you said a droplet, unless I haven’t understood the question in which case, please let me know.
The MySQL Cluster distributed database provides high availability and throughput for your MySQL database management system. A MySQL Cluster consists of one or more management nodes (ndb_mgmd) that store the cluster’s configuration and control the data nodes (ndbd), where cluster data is stored. After communicating with the management node, clients (MySQL clients, servers, or native APIs) connect directly to these data nodes. I’ll urge you to read more on the topic, there is a really good tutorial here :
Regards, KFSys
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.