pg_sql | Unsorted

Telegram-канал pg_sql - PostgreSQL

2830

English speaking PostgreSQL public chat. This group is for discussions on PostgreSQL-related topics and strives to provide best-effort support as well.

Subscribe to a channel

PostgreSQL

I have migrated the database from mysql to Postgres and now i am facing deadlock errors with procedures which are working in mysql ? Any idea on this

Читать полностью…

PostgreSQL

I hope, can I learn this area

Читать полностью…

PostgreSQL

https://roadmap.sh/postgresql-dba

Читать полностью…

PostgreSQL

Read a docs about thing what you want to learn. I'm not experienced very well and still learn unknown things but reading the docs solving any problem.

Why did you decide to switch Postgres?

Читать полностью…

PostgreSQL

Well... Good luck. 🧐

Читать полностью…

PostgreSQL

https://merginmaps.com/docs/dev/dbsync/ aquí habla de un plug-in para sincronizar los datos con bases de datos postgresql con postgis

Читать полностью…

PostgreSQL

If we go for dedicated storage for each node which type of storage is best ( having streaming replication from node 1 to node 2 & 3).

Читать полностью…

PostgreSQL

Thanks, is it possible to have one primary (read write)and 2 secondary (read only) with shared storage?

Читать полностью…

PostgreSQL

Hi Team, Is it possible to have the same setup as the Oracle 3 node RAC in postgresql, the reason is we need to have shared storage for all the 3 nodes.

Читать полностью…

PostgreSQL

I think that it's a perfectly useful feature. There are just some pretty heavy architecture changes that would be required to make it work (like the ability for one session to have system catalogs from multiple databases open at the same time).

Читать полностью…

PostgreSQL

What about case when there are multiple databases in each service? How about disambiguation?

Читать полностью…

PostgreSQL

I used to be an Ms SQL Server database developer for a long time. And It's just fine to have an access to all the databases on a sever for me. It's just illegal not to have such possibility)

Читать полностью…

PostgreSQL

As example (bad, but this is reality) I have server with several databases each for it's microservice. And now I need to perform analysis

Читать полностью…

PostgreSQL

Schemas work in one db. And I need two(or even more) different databases

Читать полностью…

PostgreSQL

It's not likely to be in the core PostgreSQL code anytime soon. There are a few complications about doing so in PostgreSQL, including the connection model (a connection is bound to a single database, and making other databases visible to a connection would be a substantial undertaking).

Читать полностью…

PostgreSQL

Good luck with that.

Читать полностью…

PostgreSQL

It is a great choice for that. I like this DBMS for simplicity and extensibility.

That thing is quitely simple than MySQL/MariaDB.

I don't know how to solve error with PHP mysql integration; MySQL works very well with even phpMyAdmin in Docker container but in PHP throws up "connection refused" in PDO. But postgres php works perfectly.

Читать полностью…

PostgreSQL

Thanks for answer.
I want to focus on my personal ideas and plans. I need PostgreSQL for those plans.

Читать полностью…

PostgreSQL

Good morning everyone. I have a question. Please answer based on your experience. I am 27 years old and decided a week ago to learn PostgreSQL. My reason is that I want to work in the field of databases, with clients, and do analytics. What are your recommendations, and what materials should I learn first? I have already installed the necessary tools, everything is available. Thank you for your answer and recommendations.

Читать полностью…

PostgreSQL

I am new to PostgreSQL and I want to become an Expert at it

Читать полностью…

PostgreSQL

Hi everyone! Does anyone know if MarginMaps can be integrated with PostgreSQL? I’m looking for information on possible integration methods and any available documentation. Thanks!

Читать полностью…

PostgreSQL

Shared storage model are not popular within Postgres setup. Consult the first block https://www.postgresql.org/docs/current/different-replication-solutions.html and Wiki page https://wiki.postgresql.org/wiki/Shared_Storage for some details

Читать полностью…

PostgreSQL

Not possible.
PG not have same as RAC technology.

Читать полностью…

PostgreSQL

Ok, @unfoxo , @xof999 thanx for your answers!

Читать полностью…

PostgreSQL

You do have the possibility with a fdw. Postgresql fdw also supports indexes and other stuff that speed up the queries dramatically

Читать полностью…

PostgreSQL

And what about case when there are several schemas in each service? How about disambiguation?

Читать полностью…

PostgreSQL

... I have the same thing and each "microservice" has a schema

Читать полностью…

PostgreSQL

There's a tension there. People want multiple DBs because they want them to be isolated, but cross-DB queries reduce the isolation level.

Читать полностью…

PostgreSQL

If you want a similar behaviour, you can use schemas

Читать полностью…

PostgreSQL

I would like doing it "native", like in MS SQL Server

Читать полностью…
Subscribe to a channel