Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geomesa-users] Questions on filter method of dataframe

Hello,

Once you load the dataframe from HBase, it will no longer use the z3 index. There are various options to create in-memory indices on an existing data frame - see https://www.geomesa.org/documentation/user/spark/sparksql.html#in-memory-indexing and https://www.geomesa.org/documentation/user/spark/sparksql.html#spatial-partitioning-and-faster-joins

Thanks,

Emilio

On 10/16/19 10:29 PM, Yifan Wang wrote:
Hi, 

Recently I came across a problem on filter method of dataframe, 
I am wondering that if I got a dataframe reading from Hbase via spark session,
and then built cache for the dataframe, after that I used filter method like st_within on the dataframe,
will the z3-index still be used or not? Thank you!

Best regards,
Evan


_______________________________________________
geomesa-users mailing list
geomesa-users@xxxxxxxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.locationtech.org/mailman/listinfo/geomesa-users


Back to the top