© 2026 Hashnode
To stream CDC data to Apache Iceberg with RisingWave: connect RisingWave's built-in Postgres CDC or MySQL CDC connector to your source database, create a materialized view to shape the data, and define an Iceberg sink with type = 'upsert'. RisingWave...

Database Sharding & Replication: Scaling Your Data Layer So, you've built a fantastic application, and users are flocking to it. That's great news! But as your user base grows, your database might start to feel the strain. Queries are taking longer, ...

Data is a crucial part of any organization because it drives the entire business. Therefore, it's essential for any organization to securely store and serve data to clients.The following properties are important for any database: Scalability (abilit...

In a distributed system, data is often partitioned across multiple nodes to achieve horizontal scalability and fault tolerance. Each node is responsible for storing and managing only a subset of the data. To distribute data across an N-server cluster...
