苏苏的博客

简约至极

一些数据库

CockroachDB

使用 pgsql 协议,golang开发,提供编译好的单文件可执行程序

单文件可直接执行,但是非静态编译

https://www.cockroachlabs.com/docs/releases/

开源地址

https://github.com/cockroachdb/cockroach

其存储引擎使用了 RocksDB

https://www.cockroachlabs.com/docs/stable/architecture/storage-layer.html

有关内存的使用说明

https://www.cockroachlabs.com/blog/memory-usage-cockroachdb/

cockroach start --insecure --cache=64MB --max-sql-memory=8MB

cockroach start --insecure --cache=.15 --max-sql-memory=.05

tidb

开原地址 https://github.com/pingcap/tidb

tidb 使用的存储引擎是rust开发的 tikv tikv 同样使用了RocksDB

pgsql

10.5 https://get.enterprisedb.com/postgresql/postgresql-10.5-1-linux.run https://get.enterprisedb.com/postgresql/postgresql-10.5-1-linux-x64.run https://get.enterprisedb.com/postgresql/postgresql-10.5-1-windows.exe https://get.enterprisedb.com/postgresql/postgresql-10.5-1-windows-x64.exe https://get.enterprisedb.com/postgresql/postgresql-10.5-1-osx.dmg

9.5.15 https://get.enterprisedb.com/postgresql/postgresql-9.5.14-1-linux.run https://get.enterprisedb.com/postgresql/postgresql-9.5.14-1-linux-x64.run https://get.enterprisedb.com/postgresql/postgresql-9.5.14-1-windows.exe https://get.enterprisedb.com/postgresql/postgresql-9.5.14-1-windows-x64.exe https://get.enterprisedb.com/postgresql/postgresql-9.5.14-1-osx.dmg

9.4.19 https://get.enterprisedb.com/postgresql/postgresql-9.4.19-1-linux.run https://get.enterprisedb.com/postgresql/postgresql-9.4.19-1-linux-x64.run https://get.enterprisedb.com/postgresql/postgresql-9.4.19-1-windows.exe https://get.enterprisedb.com/postgresql/postgresql-9.4.19-1-windows-x64.exe https://get.enterprisedb.com/postgresql/postgresql-9.4.19-1-osx.dmg

命令行安装

mysql

见另一边文章

mongodb

见另一边文章

数据库管理工具

https://tableplus.io/

支持多种数据库,有免费版