亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Python通過Thrift插入Hbase實驗

發布時間:2020-03-03 03:29:50 來源:網絡 閱讀:734 作者:刀刀_高揚 欄目:關系型數據庫

#python
from thrift import Thrift
from thrift.transport import TSocket
from thrift.transport import TTransport
from thrift.protocol import TBinaryProtocol

from hbase import Hbase
from hbase.ttypes import *

transport = TSocket.TSocket('192.168.137.101',9090)

transport = TTransport.TBufferedTransport(transport)

protocol = TBinaryProtocol.TBinaryProtocol(transport)

client = Hbase.Client(protocol)
transport.open()

mutations = [Mutation(column="tuser:b",value="1")]

#client.mutateRow('ttable0','rowkey1', mutations, None)

for l1 in range(10):
for l2 in range(10):
for l3 in range(10):
for l4 in range(10):
client.mutateRow('ttable0','%d'%l1+'%d'%l2+'%d'%l3+'%d'%l4, mutations, None)

print 'finished'


4臺centos虛擬機

2.2Ghz CPU × 1

1.5GB內存

共享單硬盤

插入1000條用時93秒,平均一秒插入107條

復制0.py為1.py, 2.py ……8.py

開啟9個進程分別插入ttable0, ttable1, ttable2 ……ttable8

其它條件不變,總共用時約220秒,平均一秒插入409條


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

郓城县| 廉江市| 张家界市| 师宗县| 昌江| 常宁市| 阳城县| 革吉县| 清丰县| 密云县| 信阳市| 苍溪县| 垣曲县| 鹤峰县| 通渭县| 车险| 颍上县| 临邑县| 宜州市| 大姚县| 阳山县| 崇左市| 江山市| 卢湾区| 襄汾县| 西畴县| 诸城市| 自治县| 开封市| 彰化市| 金阳县| 德安县| 大姚县| 虎林市| 观塘区| 安远县| 延川县| 盘锦市| 万州区| 航空| 交城县|