2830
English speaking PostgreSQL public chat. This group is for discussions on PostgreSQL-related topics and strives to provide best-effort support as well.
like when 24 disk start to resonate, others can degrade in performance
Читать полностью…
reliability i guess, what you can search more ? maintainability?
Читать полностью…
just wanted to show off for no particular reason if not the fact that i can post images
Читать полностью…
And the "final" explanation:
bluthg=# SELECT pg_typeof(0.1^2.0), pg_typeof(0.1::float^2.0::float);
┌───────────┬──────────────────┐
│ pg_typeof │ pg_typeof │
├───────────┼──────────────────┤
│ numeric │ double precision │
└───────────┴──────────────────┘
(1 row)
It's not serious. Need such disks:
https://hackaday.com/wp-content/uploads/2023/02/usagi_electronics_repairing_1970s_HDD.jpg?w=800
Ok...
bluthg=# SELECT 0.1::float^2.0::float;Читать полностью…
┌──────────────────────┐
│ ?column? │
├──────────────────────┤
│ 0.010000000000000002 │
└──────────────────────┘
(1 Zeile)
bluthg=# SELECT 0.1^2.0;
┌──────────────────────┐
│ ?column? │
├──────────────────────┤
│ 0.010000000000000000 │
└──────────────────────┘
(1 Zeile)
bluthg=#
Or alternatively ensure you're using ssl for all of your database connections
Читать полностью…
Hello Everyone
We are migrating data from oracle to postgres using the ora2pg tool. We are exploring ways to perform this migration in encrypted mode.
Does anyone have experience or how to achieve this?
Racked servers have a lot of additional components that consume more power. On my racked HPE 425, the raid card was 25w even when not used
Читать полностью…
From top to bottom:
Mikrotik RB5009
Juniper EX4300
Supermicro SC-something + X470D4U
HP 405 G6 SFF
Oracle DE2-24
A random dual Asusrack PC
HP 806 G5 SFF
Another random dual Asusrack PC
was there a joke already about storing as blob photo of your mom?
Читать полностью…
I'm guessing people didn't understand what your question actually is?
Читать полностью…
Was nicht cell ist?!
(Sorry, just kidding, I don't know Deutsch).
First step is to set the pg_hba.conf entry that applies to your connection to hostssl.
If ora2pg still works, you're good on the target side. No idea about the source side, that will probably be a pita
Setup a wireguard or ssh tunnel and enjoy free transparent encryption
Читать полностью…
If you could tell us what you mean with "encrypted mode"...
Читать полностью…
Any recommended settings for postgres aurora..I meant all the parameters (work memory,cache,vaccum, etc)
Читать полностью…