How to build a dynamic distributed database with DistSQL
Sep23

How to build a dynamic distributed database with DistSQL

How to build a dynamic distributed database with DistSQL Raigor Jiang Fri, 09/23/2022 – 03:00 Distributed databases are common for many reasons. They increase reliability, redundancy, and performance. Apache ShardingSphere is an open source framework that enables you to transform any database into a distributed database. Since the release of ShardingSphere 5.0.0, DistSQL (Distributed SQL) has provided dynamic management for the...

Read More
Install JDBC on Linux in 3 steps
Sep23

Install JDBC on Linux in 3 steps

Install JDBC on Linux in 3 steps Seth Kenlon Fri, 09/23/2022 – 03:00 When you write an application, it’s common to require data storage. Sometimes you’re storing assets your application needs to function, and other times you’re storing user data, including preferences and save data. One way to store data is in a database, and in order to communicate between your code and a database, you need a database binding...

Read More