Uninstalling FastDB Against Source Code Compilation
- Optional: Stop the database process.
ps -ef | grep subsql pkill subsql
- During source code compilation and installation, only the corresponding file is generated. Therefore, you can directly delete the corresponding directory.
rm -rf /opt/fastdb ll /opt/fastdb
