stable-worldmodel standardizes world model pipelines on Lance, DuckDB Lance extension adds native multimodal SQL, and LanceDB benchmarks 100M vectors at ~$779/month. ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏  ͏ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­  
may email header

🌍 Lance-Backed World Model, 🦆 Multimodal SQL with Lance x DuckDB, 💰 LanceDB vs OpenSearch

May Newsletter   •   June 2, 2026

Highlights

🌍 stable-worldmodel: A Platform for Reproducible World Modeling Research

stable-worldmodel's Lance data layer streams training sequences from S3 several times faster than HDF5 — random access without local sync. Ships with DINO-WM, LeWorldModel, PLDM, TD-MPC2, and ~150 zero-shot benchmark environments.

stable-worldmodel Paper →

🦆 Make Your SQL Workflows Multimodal with LanceDB x DuckDB

The Lance DuckDB extension collapses object storage, vector DB, and SQL warehouse into one table — lance_vector_search() returns ranked results with raw image bytes inline, standard SQL handles the rest.

Multimodal SQL with DuckDB Lance extension →

💰 LanceDB vs OpenSearch for Vector Search: Query Cost and Infrastructure

LanceDB memory-maps vector indexes from S3, so RAM scales with QPS not dataset size — 100M 1152-dim vectors at ~$779/month, 0.95 recall@10, sub-50ms p95 on a single node.

LanceDB vs OpenSearch Cost Breakdown →

Upcoming Events

6-3 msft build

Wed June 3 | Session @ Microsoft Build in San Francisco

 

Covers multi-system vs. unified AI data architectures on Azure, with practical tradeoffs when curation, feature engineering, training, search, and analytics start spreading data across systems.


Register →

6-4 snowflake

Thur June 4 | Session @ Snowflake Summit in San Francisco

 

Apache Polaris is expanding beyond Iceberg to support Delta and Lance formats as an open catalog layer, with new S3-compatible on-prem storage, generic tables, and catalog federation capabilities.


Register →

6-15 dais 1

Data+AI Summit, June 15-18 in San Francisco

 

Chang She and Jack Ye on solving the data flywheel problem for enterprise AI model training — managing multimodal training data in a unified LanceDB table from exploration to GPU loading.

 

Register →

6-15 dais 2

Data+AI Summit, June 15-18 in San Francisco

 

Jack Ye (LanceDB) and Jan van der Vegt (Exa) on using Lance + Spark Structured Streaming for high-throughput AI search — processing crawled web data at ~10k rows/sec into Lance tables for downstream vector search.

 

Register →

Product Updates

LanceDB Enterprise Features

🔍 Distributed Full-Text Search

Full-text and BTree index queries now execute across distributed query nodes using a two-phase RPC coordinator, bringing distributed search on par with distributed vector search.

⚡ Two-Tier Index Cache & Prewarm

A two-tier index cache (in-memory + NVMe disk) with new API and CLI commands to prewarm ahead of traffic, significantly reducing cold-start query latency.

🔧 Feature Engineering Views & Schema Evolution

Materialized views and UDTF views are now supported in the query engine, along with add_columns and alter_columns schema evolution APIs.

Open Source Updates

Lance and LanceDB Releases

Lance v7.0.0 (release notes)

🧠 New MemWAL system with ShardWriter and memtable-based HNSW index — enables low-latency ingestion with durable replay

📊 Segmented and distributed index builds for inverted, btree, bitmap, and FTS indexes — finer-grained parallelism at scale

⚡ SIMD distance kernels for scalar-quantized vectors, including 16× faster RaBitQ 4-bit LUT on ARM

LanceDB v0.33.0 (release notes)

🔍 New IVF_HNSW_FLAT vector index type in Python; native FTS now supports model-backed tokenizers
📂 Nested namespace operations for hierarchical table organization; Node.js SDK gains connectNamespace and namespace management methods
🔗 Vector indexes on nested fields now work correctly — paths discovered and canonicalized automatically for remote tables

 

A huge thank you to contributors from Adobe, Bytedance, Baidu, Hugging Face, Uber and more for their contributions!

Read the full newsletter →

🛡️ Announcing New Lance Maintainers

Jianjian Xie (Uber), Zhang Yue (ByteDance Volcano Engine), Chunxu Tang, Yang Jie (Baidu AI Cloud), and Dan Rammer (LanceDB)!

dan-jianjian-zhangyue-chunxu-yangjie
Full Lance Maintainer roster →
chanchan - circle

ChanChan Mao

DevRel @ LanceDB

GitHub | LinkedIn

LinkedIn
X
Website
discord

LanceDB, 352 Cumberland Street, San Francisco, California 94114

Unsubscribe Manage preferences