Rate This Document
Findability
Accuracy
Completeness
Readability

Uninstalling FastDB Against Source Code Compilation

  1. Optional: Stop the database process.
    ps -ef | grep subsql
    pkill subsql
  2. 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