Explore >> Select a destination


You are here

buttondown.com
| | stribny.name
14.6 parsecs away

Travel
| | A list of things that we can do when we need to scale a SQL database.
| | nick.zoic.org
15.1 parsecs away

Travel
| |
| | antzucaro.com
13.6 parsecs away

Travel
| | The Scenario Let's suppose you are modeling a database in MySQL 5.5. Based on your knowledge of the requirements for the application behind this database you can guess which of the tables within it are going to be huge. For those huge tables you want to plan ahead to make sure that you can scale out your data such that you have less headaches in the future. Here's the catch: you want to keep it simple until it comes time to scale out.
| | amanhimself.dev
38.0 parsecs away

Travel
| [AI summary] This article provides a step-by-step guide on building a RESTful API using Node.js and HarperDB, covering database setup, query creation for CRUD operations, and integration with a frontend through HTTP requests.