Explore >> Select a destination


You are here

artem.krylysov.com
| | timilearning.com
3.6 parsecs away

Travel
| | My notes from the third chapter of Martin Kleppmann's book: Designing Data Intensive Applications.
| | blog.nuculabs.de
3.2 parsecs away

Travel
| | Introduction Apache Cassandra is a highly scalable and distributed NoSQL database that is designed to handle large volumes of data across multiple commodity servers. One of the key features of Cassandra is its ability to automatically manage data distribution, replication, and consistency across a cluster of nodes, providing high availability and fault tolerance. One important aspect of managing data in Cassandra is compaction. Compaction is the process of merging and removing unnecessary data from SSTables, which are the on-disk storage structures used by Cassandra. Over time, as data is written and deleted, SSTables can become fragmented and inefficient, which can impact performance and consume valuable disk space. Compaction helps to optimize the storage ...
| | ordep.dev
2.7 parsecs away

Travel
| | [AI summary] A transcript of a talk comparing log-structured storage engines like LSM-Trees with traditional B-Trees, discussing their architectures, performance trade-offs, and underlying data structures.
| | mydeveloperplanet.com
16.9 parsecs away

Travel
| In this blog, you will learn how to use Podman with the built-in equivalent for Docker Compose. You will learn how to use Podman 'kube play' and how to deploy your Podman Pod to a local Minikube cluster. Enjoy! 1. Introduction First reactions to the short intro will be: "you need to use Podman Compose...