Database internals : a deep dive into how distributed data systems work /
"When it comes to choosing, using, and maintaining a database, understanding its internals is essential. But with so many distributed databases and tools available today, it's often difficult to learn what each one offers and how they differ. With this practical guide, Alex Petrov guides d...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Sebastopol, CA :
O'Reilly Media,
2019.
|
Edición: | First edition. |
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Part 1. Storage engines. Introduction and overview
- B-tree basics
- File formats
- Implementing B-trees
- Transaction processing and recovery
- B-tree variants
- Log-structured storage
- Part 1 conclusion
- Part 2. Distributed systems. Introduction and overview
- Failure detection
- Leader election
- Replication and consistency
- Anti-entropy and dissemination
- Distributed transactions
- Consensus
- part 2 conclusion.