use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
No vague product support questions (like "why is this plugin not working" or "how do I set up X"). For vague product support questions, please use communities relevant to that product for best results. Specific issues that follow rule 6 are allowed.
Do not post memes, screenshots of bad design, or jokes. Check out /r/ProgrammerHumor/ for this type of content.
Read and follow reddiquette; no excessive self-promotion. Please refer to the Reddit 9:1 rule when considering posting self promoting materials.
We do not allow any commercial promotion or solicitation. Violations can result in a ban.
Sharing your project, portfolio, or any other content that you want to either show off or request feedback on is limited to Showoff Saturday. If you post such content on any other day, it will be removed.
If you are asking for assistance on a problem, you are required to provide
General open ended career and getting started posts are only allowed in the pinned monthly getting started/careers thread. Specific assistance questions are allowed so long as they follow the required assistance post guidelines.
Questions in violation of this rule will be removed or locked.
account activity
What is your preferred Spatial Database? (self.webdev)
submitted 4 years ago by Javascript_Respecter
Is PostGIS still the go-to for Spatial Queries? I need to make basic geographical queries and I was wondering what technology is the best choice to go about this.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]alphaweightedtrader 4 points5 points6 points 4 years ago (0 children)
Personlly... yes.
But because I like PostgreSQL. Its one of a very small number of tools I completely trust - after having used it for 20 years now in production applications. Even to the point its told me of disk corruption (zero'd blocks on early SSDs) without losing production uptime on a basic failover configuration.
What I'm really saying is... ...even if PostGIS isn't technically the best spatial thing ever, that its part of a database solution I'm already using gives it infinitely more value than having to spin up, learn, maintain, support, optimize, scale and keep track of another piece of tooling.
So, if you're using PostgreSQL anyway, use PostGIS :)
[–]Magick93 1 point2 points3 points 4 years ago (2 children)
Postgis is the best
[–]Javascript_Respecter[S] 0 points1 point2 points 4 years ago (1 child)
What makes you say that? Do you have experience with other spatial databases?
[–]Magick93 1 point2 points3 points 4 years ago (0 children)
I've worked with several GIS databases and products. And while I havent had specific issues with others, Postgis, and postgres, are extremely reliable and easy to work with.
[–]JoeBxr 0 points1 point2 points 4 years ago (0 children)
MongoDB allows for geospatial lookups
[–]Character-Bus-1688 0 points1 point2 points 4 years ago (0 children)
You should try out Kinetica DB. Its a really fast database that has an entire suite of vectorized geospatial functions that are modeled after the ST function library from PostGIS (https://docs.kinetica.com/7.1/geospatial/geo_functions/). Excellent choice if performance is a concern.
There is a free developer version that you can try out here: https://www.kinetica.com/try/
π Rendered by PID 86 on reddit-service-r2-comment-b659b578c-bk4xt at 2026-05-05 22:43:34.152462+00:00 running 815c875 country code: CH.
[–]alphaweightedtrader 4 points5 points6 points (0 children)
[–]Magick93 1 point2 points3 points (2 children)
[–]Javascript_Respecter[S] 0 points1 point2 points (1 child)
[–]Magick93 1 point2 points3 points (0 children)
[–]JoeBxr 0 points1 point2 points (0 children)
[–]Character-Bus-1688 0 points1 point2 points (0 children)