Babak Tourani · @babak
92 followers · 171 posts · Server data-folks.masto.host

Excited to be attending my first conference . First nugget of info: PG16 will be released on Thursday 2023-09-14!

#PostgreSQL #pgdayuk

Last updated 1 year ago

Stephen Belcher-Saunders · @sycobuny
35 followers · 457 posts · Server techhub.social

@tuckerteague at the base level of just-learning-SQL, PostgreSQL will do the same basic SQL CREATE-SELECT-UPDATE-DELETE stuff as any other DB in mostly the same ways, honestly. So if that's your only goal, PG is as-good as anything else, and you might as well keep going there if you've already started; or switch, whichever.

But as you dig deeper, PG has more underlying depth and consistency under the surface than other systems. Its type system is both more rigid and extensible than MySQL's, for example. There is support for various languages for server-side procedures, it has a complete ecosystem for building custom extensions, and so on.

In short, in PG, you can peel away the layers and find surprisingly strong and consistent reasoning underneath, instead of a nightmare of patched-over bad decisions, which you might find elsewhere.

Note: I am an avowed PostgreSQL fanboy, so, take any grains of salt you'd like.

#sql #PostgreSQL

Last updated 1 year ago

Stephen Belcher-Saunders · @sycobuny
34 followers · 438 posts · Server techhub.social

Is it just me or did the online docs change their formatting? Like, postgresql.org/docs/current/fu ; I swear that Table 9.32 used to be... well... a table. Now it's a pile of vertical cells with indents for the "Description" and "Example(s)" parts.

That seems bad, if for no other reason than it makes it less accessible, I think (th values can be tied semantically to each column afaik), and I'm trying to figure out if it was on purpose or just a bug. Or, maybe if I somehow slid across to an alternate universe where that always looked that way and/or I'm just a nutcase?

#PostgreSQL

Last updated 1 year ago

Abbie Normal · @abbienormal
90 followers · 1838 posts · Server floss.social
Deekshith Allamaneni · @dsoft
230 followers · 194 posts · Server techhub.social

Some techniques they used to free unused Index space in

hakibenita.com/postgresql-unus

#PostgreSQL

Last updated 1 year ago

Paul Förster :verified_blue: · @paulfoerster
1415 followers · 6221 posts · Server swiss.social

Does anyone know whether the current PostGIS extension 3.3.4 for PostgreSQL still uses the hdf5 package? I’m on openSUSE Leap 15.4, compiling from source.

I ask because I can compile it from source without a) hdf5 being installed (anymore) and b) not compiling/installing hdf5 myself.

So what, if anything at all, is hdf5 being used for PostGIS? I can’t find it in the prerequisites anymore either. Can anyone help me out here, please? Do I still need it or not?

#opensuse #postgis #PostgreSQL

Last updated 1 year ago

Sebastian Helzle · @sebobo
68 followers · 484 posts · Server neos.social

Spent more time than expected to optimize COUNT queries in in the last two weeks.
This was very surprising to me as I mostly work with and .
But I achieved a speed-up of 150-550% in parts of my customers application with small adjustments and not using the ORM.
Happy but somehow also disappointed that this is necessary.

Here is one blog post I found that explains some of the reasons and solutions:
cybertec-postgresql.com/en/pos

#PostgreSQL #mysql #mariadb #neoscms

Last updated 1 year ago

GregCocks · @GregCocks
598 followers · 534 posts · Server techhub.social

Working with an SME to get geometries as Views published to a Service.

Some geometries have no records (yet) - so I created some dummy polygons so they could be symbolised, etc

In the JIRA ticket, she called these "placebo polygons"!!

#PostgreSQL #gis #spatial #mapping #gischat #Clever

Last updated 1 year ago

FerretDB · @ferretdb
99 followers · 73 posts · Server techhub.social

We wrote a guide on configuring, deploying, and running  on  using the power of  Operator.

Comprehensive but worthy read --> blog.ferretdb.io/deploy-run-fe

#FerretDB #leafcloud #kubernetes #PostgreSQL

Last updated 1 year ago

Michael Christofides · @michristofides
97 followers · 108 posts · Server mstdn.social
Dis · @dis
140 followers · 746 posts · Server techhub.social

If you are stuck dealing with or for modern in , let me turn you on to cloudnative-pg.io

TL;DR: An operator and CRDs for managing on that actually fulfills the promise of the operator pattern. It just, you know, *operates* the stupid thing for you. And its multi-arch.

Amusingly, I found out about it because Crunchydata insists that ARM is super hard and reserved for enterprise customers only. (They've since made contrite noises about walking that back, but no actual movement yet.)

I've been running it for about 15 minutes and so far I am blown away. And weirdly it does not appear to have tried to spy on me! That oversight aside, it comes with full support, base alarms, and a VERY nice dashboard. Handles clustering, failover, scaling, upgrades, all the things.

#crunchydata #bitnami #PostgreSQL #k8s #psql #prometheus #grafana #cloudnative #kubernetes #arm64 #homelab #TuringPi

Last updated 1 year ago

Onemoment · @onemoment
17 followers · 56 posts · Server mstdn.social

The @LabPlot Team has just published a new video on:

How to import data from SQL databases in LabPlot.

Watch it, like it, share it and subscribe to the LabPlot's channel and comment.

youtube.com/watch?v=nntP1okY0z

, , , , , , ,

#Data #statistics #dataanalysis #labplot #PostgreSQL #mariadb #mysql #sqlite #SQL #databases

Last updated 1 year ago

Satoshi Nagayasu · @snaga
29 followers · 350 posts · Server mstdn.social

I'm just reminded that I gave a tech talk on PostgreSQL at COSCUP 2015 in Taipei, Taiwan.

And I just found a mastodon instance "g0v.social" where lots of Taiwanese tech guys have joined.

I hope I will be able to bridge tech communities between Taiwan and Japan in the future.

PostgreSQL 9.4, 9.5 and Beyond @ COSCUP 2015 Taipei
slideshare.net/snaga/postgresq

#PostgreSQL #g0v #coscup #Taiwan

Last updated 1 year ago

洪 民憙 (Hong Minhee) · @hongminhee
248 followers · 1930 posts · Server todon.eu

TIL: 's built-in data type preserves months, days, and microseconds as separate fields under the hood.

postgresql.org/docs/15/datatyp

#PostgreSQL #interval

Last updated 1 year ago

Bart Louwers · @bart
59 followers · 252 posts · Server floss.social

Is still lovable? Going through the docs right now. Seems more fun than using a corporate (and proprietary) Document DB like , or . Also looks more fun than using the weird JSON syntax of .

#couchdb #MongoDB #dynamodb #firebase #PostgreSQL

Last updated 1 year ago

Elizabeth K. Joseph · @pleia2
1385 followers · 838 posts · Server floss.social

Additionally, the community has integrated an s390x builder into their instance and is publishing binaries in their apt repository for & 🥳 wiki.postgresql.org/wiki/Apt

#PostgreSQL #jenkins #ibmz #Debian #Ubuntu

Last updated 1 year ago

Maschinenraum · @maschinenraum
80 followers · 208 posts · Server pfalz.social

Is anybody else experiencing Locks in FollowRecommendationsScheduler and similar in case a backup is running at the same time?
It seems (found some evidence on the net, but no solutions) that REFRESH MATERIALIZED VIEW and pg_dump running in parallel come to a situation to lock each other. I experienced this a number of times now and the monitoring is nagging once again - both processes running since some 85 minutes now, normal under 5…

#mastoadmins #PostgreSQL

Last updated 1 year ago

GregCocks · @GregCocks
532 followers · 481 posts · Server techhub.social
FerretDB · @ferretdb
93 followers · 64 posts · Server techhub.social

We are a   alternative built on 

We wrote a guide on setting up  on your  cluster using 

Read it here -- blog.ferretdb.io/run-ferretdb-

#opensource #mongodb #PostgreSQL #FerretDB #kubernetes #stackgres

Last updated 1 year ago

Kevin Karhan :verified: · @kkarhan
1348 followers · 93764 posts · Server mstdn.social

As someone who once worked for a payment processor, I can assure you that even the shittiest VPS/VM running and handling Queries stricly is faster than :bitcoin: and together in terms of transaction speed and transaction volume.
youtube.com/watch?v=YQ_xWvX1n9

#ethereum #Bitcoin #FirstInFirstOut #PostgreSQL

Last updated 1 year ago