Sergey Koposov
Sergey Koposov
Great! There was also a long thread on that topic here https://www.mail-archive.com/[email protected]/msg29836.html that I've spent some time reading. I have in the mean-time hacked a quick version that would allow...
The problem here is that q3c_join has two bits: one is the set of q3c_ang2pipix()> < conditions and the other is the distance filtering. The selectivity is currently implemented as...
I doubt it will work. In my understanding the selectivity can be applied only to functions or operators returning booleans.
I still believe now that the best approach is to use multirange type and special operator between (q3c_ang2ipix()
Sure, no problem. It'd be great if you could find a solution.
If you can make somehow the @> work, that'd be great. Again, in here https://www.mail-archive.com/[email protected]/msg30620.html I tried and I learned that I ang2ipix(ra,dec)
And How do you plan make the multirange @>bigint work, since at least this doesn't use the index (PG14) ``` postgres=# create temp table xtmp (a bigint, b bigint); CREATE...
Thanks for giving it a try @gshennessy and the description! I am not quite sure what to take from this, maybe its worth to benchmark multirange separately to see if...
This is now a workign version that allows the likelihood to return an arbitrary 1d numpy array (optionally) if blob=True option is specified in the sampler. Those are stored in...
I think this is ready for review. It'd be great to have a second look on this. After excluding docs/tests the patch is surprisingly small and not too difficult. The...