Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/google-cloud-platform/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Indexing 如何在google bigtable中创建b树索引_Indexing_Google Cloud Platform_Bigtable - Fatal编程技术网

Indexing 如何在google bigtable中创建b树索引

Indexing 如何在google bigtable中创建b树索引,indexing,google-cloud-platform,bigtable,Indexing,Google Cloud Platform,Bigtable,我想用Hilbert曲线在Google BigTable中存储时空数据。为了提高查询效率,我可以使用索引方法,如b树。有没有一种方法可以指定我要使用哪种索引方法?Cloud Bigtable按字典顺序由rowKey索引。这是唯一受支持的索引方法

我想用Hilbert曲线在Google BigTable中存储时空数据。为了提高查询效率,我可以使用索引方法,如b树。有没有一种方法可以指定我要使用哪种索引方法?

Cloud Bigtable按字典顺序由rowKey索引。这是唯一受支持的索引方法