Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion capabilities/indexing/how_to/import_large_datasets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The ideal batch size depends on your document size. If each document is small (u

## Use NDJSON for streaming

For large imports, [NDJSON](http://ndjson.org/) (Newline Delimited JSON) is more efficient than JSON arrays. NDJSON lets you stream documents line by line without loading the entire payload into memory:
For large imports, [NDJSON](https://web.archive.org/web/20231218162511/https://ndjson.org/) (Newline Delimited JSON) is more efficient than JSON arrays. NDJSON lets you stream documents line by line without loading the entire payload into memory:

<CodeGroup>

Expand Down