Pre-deployment configuration overview
To ensure that seekdb can be used effectively, you need to configure the operating system and installation environment as follows:
| Configuration item | Required | Description |
|---|---|---|
| Create a user |
| You can use a regular user with sudo privileges. |
| Plan disks |
| In production environments, it is recommended to use different disks for the log storage directory and data storage directory to avoid performance issues in high-pressure scenarios when both directories are planned on the same disk. |
| Configure limits.conf |
| Improves the stability and performance of the cluster during runtime. |
| Configure sysctl.conf |
| Improves Linux system performance, thereby improving seekdb performance. |
| Disable the firewall and SELinux |
| Prevents access to the database from being blocked. |