Тёмный

New Parallel DML Hint - Quirks and Features 

SQL and Database explained!
Подписаться 15 тыс.
Просмотров 3 тыс.
50% 1

Опубликовано:

 

29 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 11   
@ubee67
@ubee67 2 месяца назад
When you have chance, please share you knowledge about parallel degradation, i.e. parallel query gets serialized. Why happens, how to check, and how to get around it. Thanks.
@DatabaseDude
@DatabaseDude 2 месяца назад
will add to the list :-)
@jamsher731
@jamsher731 2 года назад
Thanks Connor . Very informative
@DatabaseDude
@DatabaseDude 2 года назад
My pleasure!
@meassurendra
@meassurendra 2 года назад
May be I am just dumb but his videos are a bit confusing always
@alessioruggi9676
@alessioruggi9676 2 месяца назад
Thanks a lot! Awesome contest, super useful! I have some questions: Maybe I’m not getting this right, but readying the docs and to an execution plan makes me understand that it’s not possibile to use parallel hints on table with foreign key, is that correct? Isn’t that a big constraint? I mean in real world application, I think table usually do have foreign key. People advice me to remove temporarily foreign key costraint, do the parallel insert, and then put the costraint up again, but doesn’t this makes the fk costraint useless in the first place?
@DatabaseDude
@DatabaseDude 2 месяца назад
Parallel is about making massive operations faster. Checking the FK during such an operation is sort of the antithesis of that . Parallel DML locks the table, so its not as if you will having other transactions going on at the same time, hence temporarily disabling the FK becomes a more palatable option
@alessioruggi9676
@alessioruggi9676 2 месяца назад
@@DatabaseDude thanks a lot!
@adenmcdonald3591
@adenmcdonald3591 3 года назад
banger video
@icyhot9414
@icyhot9414 2 года назад
Why is the explain plan showing parallel hint as "unused"?
@DatabaseDude
@DatabaseDude 2 года назад
We opted for parallel even though the hint was there.
Далее
Is the SQL function ANY_VALUE any good?
9:09
Просмотров 2,3 тыс.
Even faster than DBMS_PARALLEL_EXECUTE
10:44
Просмотров 4 тыс.
Barno
00:22
Просмотров 708 тыс.
A Little About Parallelism Settings In SQL Server
20:08
Understanding optimizer hints in 19c
8:45
Просмотров 3,5 тыс.
Does the PARALLEL hint disable indexes?
7:43
Просмотров 3,5 тыс.
Become a Materialized View SUPER HERO !
7:05
Просмотров 9 тыс.
The BEST way to FETCH from the database
11:58
Просмотров 1,2 тыс.
Oracle Parallel Execution Plans Deep Dive
44:23
Просмотров 7 тыс.
Writing My Own Database From Scratch
42:00
Просмотров 229 тыс.
7 Database Design Mistakes to Avoid (With Solutions)
11:29
How to read a Parallel Execution Plan in Oracle
12:01