1
我可以使用python在Bigtable中執行批量插入操作嗎?Bigtable批量插入
我正在使用下面的方法插入,這是非常緩慢的。我有數百萬行插入。
def row(self, row_key, filter_=None, append=False):
"""Factory to create a row associated with this table.
參考文獻:https://googlecloudplatform.github.io/google-cloud-python/latest/bigtable/table.html
感謝。
非常感謝。 @Gary –