Skip to content

Explore spatial support. #76

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Explore spatial support. #76

wants to merge 9 commits into from

Conversation

dereuromark
Copy link
Owner

@dereuromark dereuromark commented May 25, 2025

The whole idea of spatial lookups/filtering is that it should be able to use an index and avoid full table scans.

[
  'id' => (int) 1,
  'select_type' => 'SIMPLE',
  'table' => 'SpatialAddresses',
  'partitions' => null,
  'type' => 'ALL', // !!!
  'possible_keys' => null,
  'key' => null,
  'key_len' => null,
  'ref' => null,
  'rows' => (int) 4,
  'filtered' => (float) 100,
  'Extra' => 'Using where; Using filesort'
]

@codecov-commenter
Copy link

codecov-commenter commented May 25, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 96.96970% with 1 line in your changes missing coverage. Please review.

Project coverage is 57.88%. Comparing base (b1d35e2) to head (d6fc445).

Files with missing lines Patch % Lines
src/Model/Behavior/GeocoderBehavior.php 96.96% 1 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff              @@
##             master      #76      +/-   ##
============================================
+ Coverage     56.99%   57.88%   +0.88%     
- Complexity      503      512       +9     
============================================
  Files            15       15              
  Lines          1451     1484      +33     
============================================
+ Hits            827      859      +32     
- Misses          624      625       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants