[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [geowave-dev] Accumulo Key Structure - Storing Point Data
|
Thanks,
I ended up with the following pictures from the attachment. (Sry for
german language in this pictures. This is for my elaboration).
Marcel Jacob.
Am 13.10.2015 15:55, schrieb Eric
Robertson:
Marcel,
There is SFC per tier and per bin. Each SFC is independent
(hilbert values start over).
(1) Any data item occupies one tier (per bin).
(1a) A geometry only exists in one tier (per bin). If
the geometry is not a point and spans the edge of a cell, then
it will be duplicated.
(1b) A geometry with a time range exists in one tier.
If the geometry and/or time spans the edge of a cell, then it
will be duplicated
Note: A point exists in the most granular tier.
(2) Bins can be used in any scenario. However, it is
necessary for 'unbounded' dimensions (e.g. time). When a
numeric range spans a bin range (e.g. a year), multiple bins
are used creating duplicates for each bin. The data only
occupies one tier in that bin. Within a tier, data can be
duplicate, as per statement # 1.
Only an index strategy can decompose a key.
TieredSFCIndexStrategy has private/protected methods to
perform this function. See the private static method
'getSFCIdAndBinInfo'.
_______________________________________________
geowave-dev mailing list
geowave-dev@xxxxxxxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.locationtech.org/mailman/listinfo/geowave-dev
|
Attachment:
geowave-hilbert+binning.png
Description: PNG image
Attachment:
geowave-punktdarstellung.png
Description: PNG image