Justuno provides a Conversion Rate Optimization (CRO) Platform that enables e-commerce sites to turn visitors into customers through personalized onsite messaging, intelligent cross-selling, and upsel… Read More >
How to Migrate Data from Cassandra or MySQL to YugabyteDB?
If you work with databases, at some point you are going to need to get data in and out them using a format that can be consumed by a completely different system. YugabyteDB makes use of CSV files to m… Read More >
YugaByte Database Engineering Update – Nov 27, 2018
Lots has happened since our last engineering update about 3 months ago. Below are some of the highlights. PostgreSQL API Updates & PostgresConf Silicon Valley Wrap-Up We have made a lot of progres… Read More >
Data Modeling Basics – PostgreSQL vs. Cassandra vs. MongoDB
Application developers usually spend considerable time evaluating multiple operational databases to find that one database that’s best fit for their workload needs. These needs include simplified da… Read More >
Presto on YugaByte DB: Interactive OLAP SQL Queries Made Easy
Presto is a distributed SQL query engine optimized for OLAP queries at interactive speed. It was created by Facebook and open-sourced in 2012. Since then, it has gained widespread adoption and become … Read More >
Apache Cassandra: The Truth Behind Tunable Consistency, Lightweight Transactions & Secondary Indexes
ACID transactions were a big deal when first introduced formally in the 1980s in monolithic SQL databases such as Oracle and IBM DB2. Popular distributed NoSQL databases of the past decade including A… Read More >
YugaByte DB 1.1 New Feature: Document Data Modeling with the JSON Data Type
Welcome to another post in our ongoing series that highlights new features from the latest 1.1 release announced last week. Today we are going to look at document data modeling using the native JSON d… Read More >
YugabyteDB 1.1 New Feature: Speeding Up Queries with Secondary Indexes
Welcome to another post from our ongoing series where we highlight a new feature from the latest 1.1 release! Today we are going to look at secondary indexes. Defining Secondary Indexes A database ind… Read More >
Technical Deep Dive into YugabyteDB 1.1
We announced the general availability of YugabyteDB 1.1 earlier this week. You can download the latest version for your OS or use our default container image as documented in our Quick Start page. Yug… Read More >
Apache Cassandra Architecture Fundamentals
What is Apache Cassandra? Apache Cassandra is a distributed open source database that can be referred to as a “NoSQL database” or a “wide column store.” Cassandra was originally developed at F… Read More >