q3c
q3c copied to clipboard
PostgreSQL extension for spatial indexing on a sphere
I'm still regularly struggling with abysimal query plans when q3c functions are in queries; disabling seqscans helps a bit of course, but it certainly is not an suboptimal and has...
Would it make sense to add PARALLEL SAFE to the SQL definitions for the q3c functions? The Postgresql Documentation states: `Functions should be labeled parallel unsafe if they modify any...
Have a selectivity function for q3c_sindist_bool.
On RHEL / AlmaLinux 9.4 with LLVM 17.0.6 we are getting the error below when trying to build q3c. We believe q3c needs to be updated to build with newer...