Bug #83892 | Spatial queries with multiple spatial predicates do not use spatial index | ||
---|---|---|---|
Submitted: | 19 Nov 2016 22:22 | Modified: | 9 Feb 2018 12:13 |
Reporter: | Nikolaos Priggouris | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: GIS | Severity: | S5 (Performance) |
Version: | 5.7.x | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | multiple spatial predicates, slow, spatial index |
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[19 Nov 2016 22:24]
Nikolaos Priggouris
[21 Nov 2016 22:04]
Nikolaos Priggouris
corrected spatial data table
Attachment: test_spatial.zip (application/zip, text), 2.57 MiB.
[22 Nov 2016 19:03]
SINISA MILIVOJEVIC
Results from the session in which I repeated the test case and provided an easy workaround.
Attachment: bug83892.txt (text/plain), 34.50 KiB.