Тёмный

How to Make Inserts, Updates, and Deletes Faster: Databases for Developers: Performance #8 

The Magic of SQL
Подписаться 26 тыс.
Просмотров 19 тыс.
50% 1

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

 

14 окт 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 13   
@OmarAbdelaziz__47
@OmarAbdelaziz__47 3 года назад
Intelligent Metaphor. Your examples are very awesome and intuitive.
@TheMagicofSQL
@TheMagicofSQL 3 года назад
Thanks, glad you find this useful
@andrevinicius137
@andrevinicius137 2 месяца назад
Pure Gold!
@mohammedbadah5537
@mohammedbadah5537 2 года назад
Great explanation
@archananair3274
@archananair3274 2 года назад
Awesome concepts.but have a doubt - What will be the best approach to delete millions of records (historical transaction data say from year 2008 to 2018)from a table which has many child tables too (32) and in the child tables it has even more data (1 transaction itself can have 1000 records in the child table).And how can we process this in production environment without affecting the active transaction
@TheMagicofSQL
@TheMagicofSQL 2 года назад
The ideal solution here is to use reference partitioning. This enables you to partition the parent table by date and copy this scheme to all the child tables. Dropping the parent partition removes all the associated rows from the child tables. For details on this see the recording of my Ask TOM Office Hours session on data archival ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-WF25_n5knrw.html
@KINJANBHAVSAR
@KINJANBHAVSAR 4 года назад
One doubt, what if for each record we want to update the record in database and also call a process to log an event to trigger some automatic action? Is there any efficient way to do that without loop?
@TheMagicofSQL
@TheMagicofSQL 4 года назад
You want to update the rows and log which rows you updated? You can use RETURNING BULK COLLECT to capture values oracle-base.com/articles/misc/dml-returning-into-clause#collections
@KINJANBHAVSAR
@KINJANBHAVSAR 4 года назад
The Magic of SQL No, I have json from which I extract data using loop and then I update them in the main table for which the data is and I call a common package process to log that change which inserts that into other table.
@TheMagicofSQL
@TheMagicofSQL 4 года назад
I'm not sure exactly what you're doing. If you can put together a simple example (create table + inserts + your process) and post it on asktom.oracle.com we'll see what we can do to help
@alisalem8755
@alisalem8755 4 года назад
Thanks
@masterprattu
@masterprattu 3 года назад
Amazing videos! thanks for making understanding everything so easily.
@TheMagicofSQL
@TheMagicofSQL 3 года назад
You're welcome Prathamesh, glad you found this useful :)
Далее
Part 5. Roblox trend☠️
00:13
Просмотров 2,9 млн
Optimizing SQL Performance
51:42
Просмотров 33 тыс.
What is Parameter Sniffing in SQL Server?
18:02
Просмотров 4,9 тыс.
What Join Types or Join Methods Does Oracle Have?
12:54
Part 5. Roblox trend☠️
00:13
Просмотров 2,9 млн