-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(backend): optimise generating project data (#2214)
* refactor(backend): optimized generating project data * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * refactor: use single cursor to execute all sqls * fix: stringify datetime to make it json serializable * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * refactor(backend): Optimize GeoJSON task splitting with CTE-based approach * fix: use ST contains on centroid instead of ST intersects * fix: use ST_Within instead of ST_Contains * refactor: add back the comments and notes --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
e909a68
commit ed1c035
Showing
2 changed files
with
207 additions
and
258 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.