English speaking PostgreSQL public chat. This group is for discussions on PostgreSQL-related topics and strives to provide best-effort support as well.
Hello everyone,
Is it any way to migrate all schema in single run by using ora2pg tool?
I still don't get the problem.
SELECT sender,"text",read,"date"
WHERE user IN (183,132)
ORDER BY "read" DESC, "date" DESC;
"read" ASC
(not sure right now), but what in the world would you use max()
or GROUP BY
for?
Читать полностью…
I can't imagine a schema that would possibly result in this...
Are you storing two "read" values?
If I use group by, it will duplicate rows because the read and timestamp have different values
Читать полностью…Somebody please Help me here.
I Run some software on some pc with a RAM of 2GB.
The software runs on MySQL Database.
Whenever I open the the application,it appears frozen,still.that is, you cant navigate through it.
I suspect This is due to small RAM size of 2gb.
What trick can i use to run the software on this laptop,With a ram of 2gb?
Hello and welcome to this chat. Here we discuss PostgreSQL and provide best-effort voluntary support on Postgresql issues.
If you have any question, try asking kindly, including log files, error descriptions and perhaps what you're trying to do.
- 🚫 photos and screenshots
- 🚫 spam and offtopic
- ✅ questions with log files and clear explanation of what's gone wrong
⬇️ Press the button down here ⬇️
This two links are really good
https://postgrespro.com/community/books/internals
https://www.interdb.jp/pg/
Hello and welcome to this chat. Here we discuss PostgreSQL and provide best-effort voluntary support on Postgresql issues.
If you have any question, try asking kindly, including log files, error descriptions and perhaps what you're trying to do.
- 🚫 photos and screenshots
- 🚫 spam and offtopic
- ✅ questions with log files and clear explanation of what's gone wrong
⬇️ Press the button down here ⬇️
Ah, that was about tables, nod databases. OK, got it.
Читать полностью…Basebackup does not allow you partial restore at all.
Читать полностью…Are pgbackrest and pgprobackup implementations that much different?
Читать полностью…Hey folks a python dev here
I have been assigned a data engineer responsibilities recently… asked to take up the complete responsibility of the DB …(postgresql)
So u get it right I have not been exposed to db that much … like how an optimised ER should be and etc
So I am not sure what all concepts I should be aware of and should have a good grip on
I know sql but the basic stuff like functions and methods, sub queries, join
Familiar with normalisation and views
Please help me with what all other topics should I be having a grip over and any resources to practice sql questions
Also I am finding it difficult to run some commands like ‘connect’ over Dbeaver
Example:
Sender text read date
183 Hi True 10/10/2024 09:03
183 hello false 10/10/2024 10:03
But I already made it work using Max() and every()
Hi all! Can someone help me with this?
I have a Chat table that contains messages and if it was read or not. Each message is a row. I'm working on the conversation screen. Each user has one conversation. I want to SELECT sender, name, read, timestamp but without duplicates, ordering by read = false and timestamp DESC. How can I do it with good performance?
Hello and welcome to this chat. Here we discuss PostgreSQL and provide best-effort voluntary support on Postgresql issues.
If you have any question, try asking kindly, including log files, error descriptions and perhaps what you're trying to do.
- 🚫 photos and screenshots
- 🚫 spam and offtopic
- ✅ questions with log files and clear explanation of what's gone wrong
⬇️ Press the button down here ⬇️
Hi all
Anyone has done Postgres migration from single server to flexible in azure
Hi! I want to learn how postgres works internally. Can anyone share me a book or any articles?
Читать полностью…Hello
I learn Postgresql on Datacamp and i want telegram and instagram channels to strengthen my knowledge in it.
If you have any channels like that send me DM.
Thanks
Or you can exclude indexes during restore :) they will be valid in the catalog.
Читать полностью…So in wal-g you can have handful of inconsistencies: restore table, but not a foreign-key-table etc.
Читать полностью…It’s not there yet. In wal-g you can restore only several tables.
Backrest allows you to exclude databases.
Can you suggest any solution to retrieve the data faster, tried key value pair indexing for json, don't see any improvement
Читать полностью…This was just an example, there is one row with 3000 loads
Читать полностью…