Bulk Import (LOAD CSV / neo4j-admin import)

LOAD CSV for incremental loads, neo4j-admin import for cold-start at terabyte scale.

0/3 done

Overview

Bulk Import (LOAD CSV / neo4j-admin import)

LOAD CSV for incremental loads, neo4j-admin import for cold-start at terabyte scale.

Why it matters

LOAD CSV runs as a normal transaction (with batching via CALL IN TRANSACTIONS). neo4j-admin database import rebuilds store files from CSV at maximum speed but only on an offline DB.

Make it stick

Use the prompts below to anchor bulk import (load csv / neo4j-admin import) to a real graph you own.

  • Pick a graph workload you've shipped — where would *bulk import (load csv / neo4j-admin import)* have changed the design?
  • What's the smallest version of this pattern you could prototype on a real dataset next sprint?
  • What is the most likely *misuse* of this idea, and how would you catch it in a model or query review?

Reading in progress · 0 of 3 activities done