Skip to content

Commit

Permalink
Update mkdocs/docs/configuration.md
Browse files Browse the repository at this point in the history
Co-authored-by: Fokko Driesprong <[email protected]>
  • Loading branch information
kevinjqliu and Fokko authored Mar 5, 2024
1 parent a466e5f commit 03ec82b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mkdocs/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,11 +260,6 @@ catalog:
region_name: <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.

0 comments on commit 03ec82b

Please sign in to comment.