You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
property shards
About this tag
Property shards are a core architectural concept in Neo4j's Infinigraph, designed to decouple graph topology from property payloads. This technique enables horizontal scaling beyond 100 TB while maintaining ACID transactional guarantees. By separating property data into shards, Neo4j supports hybrid transactional and analytical processing (HTAP) workloads within a single system, addressing long-standing scalability limitations. The approach allows property shards to be distributed across nodes, improving performance for large-scale graph databases. This tag covers discussions about Neo4j's property sharding implementation, its role in achieving high scalability, and its impact on graph database architecture.
Neo4j’s new Infinigraph architecture — anchored by a technique the company calls property sharding — promises to finally address Neo4j’s long‑running scalability complaints by decoupling a graph’s topology from its property payloads, enabling horizontal scale beyond 100 TB while claiming ACID...