From 27b87aca2331d87432423b9edd49e1a53908f522 Mon Sep 17 00:00:00 2001 From: qaz Date: Sun, 6 Sep 2026 10:56:39 +0200 Subject: [PATCH] Use web archive link because of content issues --- capabilities/indexing/how_to/import_large_datasets.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capabilities/indexing/how_to/import_large_datasets.mdx b/capabilities/indexing/how_to/import_large_datasets.mdx index 860d7375fd..fc603e8df5 100644 --- a/capabilities/indexing/how_to/import_large_datasets.mdx +++ b/capabilities/indexing/how_to/import_large_datasets.mdx @@ -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: