Versions available for this page: CUBRID 8.2.1 | CUBRID 8.3.0 | CUBRID 8.3.1 | CUBRID 8.4.0 | CUBRID 8.4.1 | CUBRID 8.4.3 | CUBRID 9.0.0 |
The cubrid plandump utility is used to display information on the query plans saved (cached) on the server.
cubrid plandump options database_name
options : [-d|--drop] [{-o|--output-file=} file]
Checking the query plans saved in the cache
cubrid plandump testdb
Dropping the query plans saved in the cache (-d or --drop)
cubrid plandump -d testdb
Saving the results of the query plans saved in the cache to a file (-o or --output)
cubrid plandump -o output.txt testdb