From 03ec82bb3a8ebc837c1bcc0fcde6a705be14eb14 Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Tue, 5 Mar 2024 10:58:06 -0500 Subject: [PATCH] Update mkdocs/docs/configuration.md Co-authored-by: Fokko Driesprong --- mkdocs/docs/configuration.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mkdocs/docs/configuration.md b/mkdocs/docs/configuration.md index dd0772cadc..f0eb56ebd5 100644 --- a/mkdocs/docs/configuration.md +++ b/mkdocs/docs/configuration.md @@ -260,11 +260,6 @@ catalog: region_name: ``` -## In-Memory Catalog - -The In-Memory catalog uses in-memory data-structures to store information. -This is useful for test, demo, and playground. Do not use in production as the data is not persisted. - # Concurrency PyIceberg uses multiple threads to parallelize operations. The number of workers can be configured by supplying a `max-workers` entry in the configuration file, or by setting the `PYICEBERG_MAX_WORKERS` environment variable. The default value depends on the system hardware and Python version. See [the Python documentation](https://docs.python.org/3/library/concurrent.futures.html#threadpoolexecutor) for more details.