Changes between Version 2 and Version 3 of ImplementSortingMethodsBeforeGistIndexBuilding
- Timestamp:
- 06/20/21 05:07:52 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementSortingMethodsBeforeGistIndexBuilding
v2 v3 18 18 * Currently understanding the codebase. 19 19 20 === Coding Week 1 (7th June - 13th Ju ly) ===21 '''Coding Phase 1''':20 === Coding Week 1 (7th June - 13th June) === 21 '''Coding Phase ''': 22 22 * Create sort support function bindings for `geometry` data type 23 23 * Implement a `abbrev_convert` with the current Hilbert hash function … … 28 28 * Push current version of codes to my branch 29 29 * Prepare more complex test data 30 * Implement a Z-order hash function and do some test 30 31 === Coding Week 2 (14th June - 20th June) === 32 '''Coding Phase ''': 33 * Fix the signature bug of sort support function 34 * Test random data of 10,000 point with pre-sort support function 35 * Communicate with mentors and the Postgres/PostGIS community for more information and help 36 37 '''Plans for next week''': 38 * Ask for the suggestion about the Hilbert function signature from PostGIS community 39 * Refactor the code structure 40 * Create the signature of z-order hash function 31 41 32 42