我要评分
获取效率
正确性
完整性
易理解

Uninstalling FastDB Against Source Code Compilation

  1. Optional: Stop the database process.
    1
    2
    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.
    1
    2
    rm -rf /opt/fastdb
    ll /opt/fastdb