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

and then run juniper for 6 ports communication?

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

PostgreSQL

how rack help with that?

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

PostgreSQL

like when 24 disk start to resonate, others can degrade in performance

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

PostgreSQL

reliability i guess, what you can search more ? maintainability?

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

PostgreSQL

is it even good idea to mix rack and non rack

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

PostgreSQL

Oooh its just enclosure, nice

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

PostgreSQL

It's an Oracle DE2-24

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

PostgreSQL

just wanted to show off for no particular reason if not the fact that i can post images

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

PostgreSQL

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)


(and see, it's "row" now 😘)

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

PostgreSQL

It's not serious. Need such disks:
https://hackaday.com/wp-content/uploads/2023/02/usagi_electronics_repairing_1970s_HDD.jpg?w=800

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

PostgreSQL

New server for postgresql just arrived

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

PostgreSQL

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=#

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

PostgreSQL

Or alternatively ensure you're using ssl for all of your database connections

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

PostgreSQL

To enable encrypted data flow between servers

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

PostgreSQL

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?

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

PostgreSQL

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

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

PostgreSQL

the 405 G6 is 35w for the full system, 100% load

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

PostgreSQL

cost and power consumption

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

PostgreSQL

It depends on what you're looking for

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

PostgreSQL

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

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

PostgreSQL

under switch is dell under oracles is hp

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

PostgreSQL

what is storage system there, can't recognise

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

PostgreSQL

was there a joke already about storing as blob photo of your mom?

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

PostgreSQL

I'm guessing people didn't understand what your question actually is?

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

PostgreSQL

Are these enough drives for a db

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

PostgreSQL

Was nicht cell ist?!

(Sorry, just kidding, I don't know Deutsch).

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

PostgreSQL

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

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

PostgreSQL

Setup a wireguard or ssh tunnel and enjoy free transparent encryption

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

PostgreSQL

If you could tell us what you mean with "encrypted mode"...

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

PostgreSQL

Any recommended settings for postgres aurora..I meant all the parameters (work memory,cache,vaccum, etc)

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