Changes between Version 1 and Version 2 of ImplementSortingMethodsBeforeGistIndexBuilding
- Timestamp:
- 06/13/21 05:41:55 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementSortingMethodsBeforeGistIndexBuilding
v1 v2 18 18 * Currently understanding the codebase. 19 19 20 === Week 1 - 4 (7th July - 10th July) ===20 === Coding Week 1 (7th June - 13th July) === 21 21 '''Coding Phase 1''': 22 * Create sort support function bindings for `geometry` data type 23 * Implement a `abbrev_convert` with the current Hilbert hash function 24 * Test random point data set with sort support function 25 * Communicate with mentors and the Postgres/PostGIS community for more information and help 26 27 '''Plans for next week''': 28 * Push current version of codes to my branch 29 * Prepare more complex test data 30 * Implement a Z-order hash function and do some test 22 31 23 32