5 Secrets for making PostgreSQL run BLAZING FAST. How to improve database performance.

5 Secrets for making PostgreSQL run BLAZING FAST. How to improve database performance.

Dreams of Code

1 год назад

91,616 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

The grumpy developer
The grumpy developer - 19.10.2023 16:37

Nice! Now I don’t have to use web3 and store my data on crypto and pay per request and have huge latencies and non acid transactions. 😂

Ответить
Bud Monk
Bud Monk - 06.10.2023 06:25

I'm from the Oracle world, a lot of familiar concepts

Ответить
Victor Hazbun
Victor Hazbun - 03.10.2023 07:01

MOOOORE

Ответить
DerClaudius
DerClaudius - 16.09.2023 13:37

Why would you use preared statements instead of stored procedures? They are automatically "prepared" and don't need to be recreated in every session

Ответить
Prathamesh Joshi
Prathamesh Joshi - 02.09.2023 09:33

slight addition to COPY. you can use \copy from client if you don't have access to store input files on server. i.e. You can locally stream csv to server.

Ответить
Gjermund Gusland Thorsen
Gjermund Gusland Thorsen - 23.08.2023 10:28

Which language would I write a postgreSQL extension in? PL/SQL? ECMA? Python?

Ответить
SXsoft99
SXsoft99 - 22.08.2023 16:17

people are not using indexes in an SQL service?
also what people should learn about indexes
if you create an index on a column the db will search faster after it
if you have 3 where conditions, for example, then you need to create an index for those 3 colum combination for speed

Ответить
gods_prying_eyes
gods_prying_eyes - 22.08.2023 04:16

Prepared statements STILL don't work with pgbouncer and most other db proxies. No thanks.

Ответить
Philippe Fanaro
Philippe Fanaro - 20.08.2023 22:40

Any book recommendations on how to optimize PostgreSQL?

Ответить
Dot T.
Dot T. - 15.08.2023 13:43

What tool are you using the terminal looks so good

Ответить
hate is expectation
hate is expectation - 30.07.2023 23:36

I would like to see content possible and good way to implement multi tenant on postgres

Ответить
HrHaakon
HrHaakon - 06.07.2023 11:50

Prepared statements should not be used because they're faster. They should be used because they're much safer.
The speed increase is just a free bonus.

Ответить
n0ko Doko
n0ko Doko - 04.07.2023 18:47

Awesome video

Ответить
Apinan Yogaratnam
Apinan Yogaratnam - 18.06.2023 22:12

🔥any good resources to learn more?

Ответить
Mack The Ripper
Mack The Ripper - 04.06.2023 07:07

I hack apis .. generally mysql and more graoh ql these days .. if you ever want to collab just let me know .. peace ✌️

Ответить
Luis Eduardo Palacios Arboleda
Luis Eduardo Palacios Arboleda - 25.05.2023 02:03

I discovered your channel a few days ago; it's been amazing. Keep up the excellent work.

Ответить
Anupam
Anupam - 13.05.2023 15:03

I am wondering how did you insert 20 million row into a table, where did you get that data from

Ответить
Mas
Mas - 12.05.2023 20:04

I want to be from ur first subscribers so when u reach a million in the next year i will comment i was here when he was getting started (i was here at 5k)

Ответить
sirjager
sirjager - 09.05.2023 09:26

Suggestion for next sql video is "how to vectorize sql database for fast searching"

Ответить