国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發 > 綜合 > 正文

Postgresql mongo_fdw install

2024-07-21 02:51:36
字體:
來源:轉載
供稿:網友
mongodb_fdw不是PG自帶的插件,所以要下載編譯安裝一下以下操作都是用root用戶操作:安裝依賴工具:yum install git automake autoconf libtool gcc環境變量配置. /home/postgres/.bash_PRofile export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH下載mongodb_fdwgit clone https://github.com/EnterpriseDB/mongo_fdw.gitcd mongo_fdw./autogen.sh --with-mastermake && make installpsql -h 127.0.0.1 -U postgrescreate extension mongo_fdw;CREATE SERVER mongo_server FOREIGN DATA WRAPPER mongo_fdw OPTIONS (address '127.0.0.1', port '5888'); CREATE USER MAPPING FOR postgres  SERVER mongo_server OPTIONS (username 'test', passWord 'test');CREATE FOREIGN TABLE tb1(name text)SERVER mongo_serverOPTIONS (database 'test', collection 'tb1');在同一臺機器安裝了mongodbcat /data01/mongo.confdbpath = /data01/shard/configport = 5888logpath = /data01/mongodb_log/mongodb_5888.loglogappend = truefork = truenoauth = truenounixsocket = truedirectoryperdb = truejournal = truejournalCommitInterval = 40profile = 0nohttpinterface = truenssize = 1000oplogSize = 1024storageEngine = wiredTigerwiredTigerJournalCompressor = none啟動mongodbnumactl --interleave=all mongod  --replSet=hank -f /data01/mongo.conf測試表:mongo 127.0.0.1:5888/testMongoDB shell version: 3.2.8connecting to: 127.0.0.1:5888/test創建訪問用戶:db.createUser(  {        user:"test",        pwd:"test",       roles:        [            {            role:"dbOwner",            db:"test"            }        ]    });hank:PRIMARY> db.tb1.count();82postgresql下直接查詢mongodb的表postgres=# select count(*) from tb1;  count -------    82參考:https://github.com/EnterpriseDB/mongo_fdwhttp://raghavt.blogspot.jp/2015/06/compiling-write-able-mongofdw-extension.html
上一篇:數據庫30條軍規解讀

下一篇:fisrst push

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 光泽县| 尤溪县| 鱼台县| 清原| 夏河县| 湖南省| 阿合奇县| 宁晋县| 桂阳县| 文成县| 沿河| 十堰市| 泊头市| 鄢陵县| 和平县| 苏尼特右旗| 土默特右旗| 福泉市| 东乌珠穆沁旗| 沁水县| 神农架林区| 台东县| 凤山市| 孝义市| 东宁县| 诸暨市| 湾仔区| 宁海县| 阳原县| 张掖市| 吴堡县| 蒙城县| 民勤县| 公主岭市| 上杭县| 曲靖市| 九龙城区| 连山| 申扎县| 修文县| 麻栗坡县|