OxiDB. A fast document database like a Swiss knife
Journal Search

Latest Articles

OxiDB — a fast document database like a Swiss knife

Aggregation Pipeline: Analytics Made Simple
Tutorial / March 04, 2026

Aggregation Pipeline: Analytics Made Simple

OxiDB's aggregation pipeline lets you transform and analyze data through a series of stages. Each stage takes documents as input, processes them, and passes results to the next stage. Pipeline Stages...

Continue reading
ACID Transactions with Optimistic Concurrency Control
Deep Dive / March 04, 2026

ACID Transactions with Optimistic Concurrency Control

OxiDB implements full ACID transactions using Optimistic Concurrency Control (OCC) with a 3-phase commit protocol. This provides strong consistency guarantees while maintaining high performance for...

Continue reading
Indexes: Supercharging Query Performance
Deep Dive / March 03, 2026

Indexes: Supercharging Query Performance

Indexes are the key to fast queries in any database. OxiDB uses BTree indexes that maintain sorted order, enabling efficient lookups, range scans, and sorted iteration. Field Indexes Create an index...

Continue reading
Query Engine: Filtering, Sorting, and Pagination
Tutorial / March 03, 2026

Query Engine: Filtering, Sorting, and Pagination

OxiDB's query engine supports rich filtering with comparison operators, logical combinators, and efficient index utilization. Queries use a JSON-based syntax inspired by MongoDB. Comparison Operators...

Continue reading
CRUD Operations: Working with Documents in OxiDB
Tutorial / March 02, 2026

CRUD Operations: Working with Documents in OxiDB

OxiDB provides a familiar, MongoDB-inspired API for working with documents. Every document is a JSON object stored in a collection, and every document gets an auto-generated _id field. Inserting...

Continue reading
Introduction to OxiDB: A Fast, Embeddable Document Database
Getting Started / March 01, 2026

Introduction to OxiDB: A Fast, Embeddable Document Database

OxiDB is a fast, embeddable document database engine written in Rust. It supports both SQL and JSON-based queries, making it versatile for many use cases — from embedded applications to...

Continue reading
← Newer 2 / 2
Topics
  • Deep Dive
  • Ecosystem
  • Feature
  • Getting Started
  • Releases
  • Tutorial
Search

A journal powered by OxiDB — a fast document database like a Swiss knife.

Built with FastAPI • Jinja2 • Quill.js

OxiDB. OxiDB fetch: 1.07 ms © 2026 — All rights reserved