Extending Redis API with a Native Time Series Data Type
This blog highlights the challenges of handling time series data with vanilla Redis and the efficiency of YugaByte’s TS datatype
This blog highlights the challenges of handling time series data with vanilla Redis and the efficiency of YugaByte’s TS datatype
In an earlier blog on database consistency, we had a detailed discussion on the risks and challenges applications face in dealing with eventually consistent NoSQL databases. We also dispelled the myth that eventually consistent DBs perform better than strongly consistent DBs. In this blog, we will look more closely into how YugabyteDB provides strong consistency while outperforming an eventually consistent DB like Apache Cassandra. Note that YugabyteDB retains drop-in compatibility with the Cassandra Query Language (CQL) API.
…
This post highlights the architectural considerations that went into the design of the DocDB and YQL layers for the YugabyteDB database.
Dive into the types of consistency referenced by the CAP theorem, learn how they impact an app, and get the facts re: common myths about eventual consistency.