Initialize new database (initcachedb)
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Description
Allows for faster creation of cache database. This deletes the existing database, disables the .wal file, and then recreates the database. Turning off the .wal file reduces the writes to disk significantly.
Syntax
|
Example
The following command is an example to create the cache database using the-initcachedb
command. This prints a message with help indicating that the new graph cache will be
created.
|