apply_performance_tuning
Optimize SQLite database performance for project memory workloads by configuring settings like journal mode, cache size, and synchronous writes to improve throughput.
Instructions
Tune SQLite settings for throughput during heavy project-memory workloads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| journal_mode | No | WAL | |
| synchronous | No | NORMAL | |
| temp_store | No | MEMORY | |
| cache_size | No | ||
| mmap_size | No | ||
| automatic_index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||