vagrant ssh -c
"sudo vi /etc/aerospike/aerospike.conf"
# communications
fabric {} # intracluster communications protocol
info {} # administrator telnet console protocol
heartbeat {} # cluster formation protocol
}cluster {} # (optional) configure rack-aware clustering
xdr # remote datacenter node list
}namespace # configure persistence or lack of persistence
set {} # (optional) set specific record policies
}
network
fabric
info
heartbeat
# heartbeat
}
fabric
fabric埠:集群內部通訊、備份等操作用此埠。
info
telnet埠,實現了管理員發布資訊的命令文字協議埠。
heartbeat
集群心跳埠,用來構建和維護集群。as為我們提供了兩種心跳模式:
multicast heartbeat:基於udp的模式
mesh (unicast) heartbeat 基於tcp的模式
上述兩種模式只能選其一,官方推薦使用multicast heartbeat模式。
namespace
namespace
}
namespace
}
namespace
namespace
}
high-water-disk-pct 持久化資料達到總容量的百分比後開始清理資料
high-water-memory-pct 記憶體資料達到總容量的百分比後開始清理資料
stop-writes-pct 資料達到總容量的百分比後停止寫入資料
namespace
namespace
}
namespace
}
namespace
資料庫配置
active record 根據你的環境修改 mysql 和 postgresql 為了執行針對 mysql 和 postgresql 的測試元件,要安裝相應的 gem。首先安裝伺服器 客戶端庫和開發文 件。在 macos 中可以這麼做 brew install mysql brew install...
資料庫配置
服務命名 統一定義資料庫連線的配置,便於鏈結不同的資料庫 配置檔案 tnsnames.ora 存放位置oracle安裝目錄 network admin 便於快速配置和備份還原 配置工具 net manager 序列 可以生成自增長的整數值 可曾序或降序 優點 可控性強 用法 nextval 獲取下乙...
資料庫配置
專案後端 資料庫配置 1.管理員連線資料庫 mysql uroot proot 2.建立資料庫 create database luffy default charset utf8 3.檢視使用者 select user,host,password from mysql.user 設定許可權賬號密碼...