~/pito salas
home blog link blog pages + new post
admin

Posts tagged #b-trees

2 posts

  • 2022-03-23

    Building Scalable Databases: Pros and Cons of Various Database Sharding Schemes - Dare Obasanjo

    OpiniDatabase sharding is the process of splitting up a database across multiple machines to improve the scalability of an application. The justification for database sharding is that after a certain scale point it is cheaper and more feasible to scale a site horizontally by adding more machines than to grow it vertically by adding beefier servers.

  • 2021-04-06

    Why databases use ordered indexes but programming uses hash tables (evanjones.ca)

    A great analysis about a question that I had not thought of but is pretty interesting now that you mention it!

© Salas Blog. All rights reserved.