PolyScale · @polyscale
1 followers · 16 posts · Server fosstodon.org

If you are using managed Postgres, here is a quick video on how query performance can be accelerated and network latency reduced. You can add PolyScale to your Crunchy architecture in a few minutes, without writing code or deploying servers.

youtu.be/GNqBogLOjo4

#crunchybridge #postgresql #postgres #caching

Last updated 1 year ago

Simon Wolf · @simon
526 followers · 1027 posts · Server social.sgawolf.com

As an update to this, the developer has been amazing and gave me a patch within hours and have offered to apply it to my database so I can check it works.

I’m so impressed and grateful to both.

#crunchybridge

Last updated 1 year ago

Simon Wolf · @simon
525 followers · 1004 posts · Server social.sgawolf.com

My adventures into via nearly ground to a halt since boolean query expressions were not fully supported until a recent version (github.com/EnterpriseDB/mongo_ ) which I don’t think are use yet but then query fragments (hexdocs.pm/ecto/Ecto.Query.htm) came to the rescue.

In Postgres, “WHERE ‘active’ = false” doesn’t work but “WHERE ‘active’ is false” does but Ecto’s queries become the former.

My fragment is:

“where: fragment(“? Is false”, d.active)”

#mongodb #postgres #crunchybridge #ecto #myelixirstatus

Last updated 1 year ago

Simon Wolf · @simon
525 followers · 1003 posts · Server social.sgawolf.com

TodayI’ve been getting the foreign data wrapper set up in my database. This is to eventually ease our migration from our current platform to our new one but right now it will allow us to add some brand new functionality to the new platform whilst using our current database seamlessly. For example, we are building a corporate billing module in the new platform which can now easily access the data it needs.

Some info about the FDR is at crunchydata.com/blog/easy-mong

#mongodb #crunchybridge

Last updated 1 year ago