The Distributed SQL Blog

How Kroger’s Data Architecture Powers Omnichannel Retail Experiences at Scale

How Kroger’s Data Architecture Powers Omnichannel Retail Experiences at Scale

At a recent Distributed SQL Summit, Sriram Samu, VP of Customer Technology at Kroger, discussed how his company’s data architecture unlocks digital and omnichannel experiences at scale. He provided a rare glimpse into how the business is bringing its data models into a new format. This format is easy to serve at speed, while still being able to integrate with legacy systems.

Read more

Using GIN Indexes in YugabyteDB

Using GIN Indexes in YugabyteDB

At Yugabyte, we are committed to complete PostgreSQL compatibility. Similar to PostgreSQL, YugabyteDB supports the following three container column types. These three data types are extremely useful in various cases:

  • jsonb – Makes it useful for schema-less data use cases
  • tsvector – Supports full text search through a sorted list of distinct lexemes
  • array – Gives the flexibility to store a large composite variable-length value in a single field

Each data type’s utility is severely limited without an efficient way to index them.

Read more

Why Yugabyte is a Great Choice for Growing Your Engineering Career

Why Yugabyte is a Great Choice for Growing Your Engineering Career

Hello, my name is Akshat, and I joined Yugabyte on June 1, 2021. I’m a Software Engineer on the Yugabyte Cloud team. This is my first full-time job. In this blog post, I’d like to talk about my experience working here over the past six months and the amazing growth I’ve had since joining.

My experience at Yugabyte

I knew about Yugabyte before I joined the company. I was familiar with the product,

Read more

The Most PostgreSQL-Compatible Distributed SQL Database is YugabyteDB

The Most PostgreSQL-Compatible Distributed SQL Database is YugabyteDB

This morning we announced the general availability of YugabyteDB 2.11, a major release which extends PostgreSQL compatibility of the open source distributed SQL database! These updates allow application developers to use powerful and familiar PostgreSQL features without compromising resilience, scale, or performance.

One of the biggest roadblocks to database adoption is a lack of familiarity. Developers love PostgreSQL and want to work with the familiar API in order to be productive.

Read more

Distributed SQL: Sharding and Partitioning in YugabyteDB

Distributed SQL: Sharding and Partitioning in YugabyteDB

A distributed SQL database provides a service where you can query the global database without knowing where the rows are. You connect to any node, without having to know the cluster topology. You query your tables, and the database will determine the best access to your data, whether it’s close to your client or geographically distant.

The organization of data, whether co-located or partitioned, is the most important consideration for high performance,

Read more

Alerts and Notifications in Yugabyte Platform

Alerts and Notifications in Yugabyte Platform

Operational visibility is key to understanding distributed SQL databases across dimensions of uptime, performance, and capacity planning. Keeping tabs on uptime is crucial for running clusters in production. You need to ensure you have the right process and alerting system in place to allow for fast action, as illustrated in the below diagram.

Yugabyte Platform offers a dedicated observability and monitoring view, which serves as a single pane of glass for the customer’s performance metrics across all clouds.

Read more

Yugabyte Platform API: Securely Deploying YugabyteDB Clusters Using Infrastructure-as-Code

Yugabyte Platform API: Securely Deploying YugabyteDB Clusters Using Infrastructure-as-Code

The Yugabyte Platform console orchestrates and manages YugabyteDB clusters in one or more regions across public cloud and private, on-prem data centers. Yugabyte Platform console is a powerful interface with an immense amount of automation to set up your databases across all major cloud providers around the globe. Through the UI, you can easily deploy a fully scalable global cluster across several regions and even across different cloud providers in a matter of minutes. The UI is super intuitive and great,

Read more

Announcing YugabyteDB 2.8

Announcing YugabyteDB 2.8

Yugabyte is on a mission to build the default database for cloud native applications and simplify operational data infrastructure. Our latest stable release — YugabyteDB 2.8 — is a big step towards that goal. YugabyteDB 2.8 includes significant enhancements to the open source database and our self-managed DBaaS offering, Yugabyte Platform. While we add more and more features on the Distributed SQL side, we are committed to making Yugabyte Platform easy for our users to use in their production cloud environments.

Read more

How My Yugabyte Internship Changed Me For the Better

How My Yugabyte Internship Changed Me For the Better

Hello! My name is Harshitha, and I’ve been interning at Yugabyte as a software developer since July 2021. The last four months have transformed me from a confused and cynical college student to a curious and optimistic technology enthusiast and developer. It has been a continuous and exponential metamorphosis driven by the people and carefully curated—although seemingly effortless—culture at Yugabyte. In this post, I’d like to talk about my experience working here and the positive influence this company has had on my future.

Read more

Explore Distributed SQL and YugabyteDB in Depth

Discover the future of data management.
Learn at Yugabyte University
Get Started
Browse Yugabyte Docs
Explore docs
PostgreSQL For Cloud Native World
Read for Free