Войти в систему

Home
    - Создать дневник
    - Написать в дневник
       - Подробный режим

LJ.Rossia.org
    - Новости сайта
    - Общие настройки
    - Sitemap
    - Оплата
    - ljr-fif

Редактировать...
    - Настройки
    - Список друзей
    - Дневник
    - Картинки
    - Пароль
    - Вид дневника

Сообщества

Настроить S2

Помощь
    - Забыли пароль?
    - FAQ
    - Тех. поддержка



Пишет Abu Antos' ([info]syarzhuk)
@ 2012-01-30 14:25:00


Previous Entry  Add to memories!  Tell a Friend!  Next Entry
Entry tags:code

Buddhist databases optimize one-row tables!
DUAL was originally a table and the database engine would perform disk IO on the table when selecting from DUAL. This disk IO was usually logical IO (not involving physical disk access) as the disk blocks were usually already cached in memory. This resulted in a large amount of logical IO against the DUAL table.
Later versions of the Oracle database have been optimized and the database no longer performs physical or logical IO on the DUAL table even though the DUAL table still actually exists.
http://en.wikipedia.org/wiki/DUAL_table#Optimization



(Добавить комментарий)


[info]birdwatcher.livejournal.com
2012-01-30 23:05 (ссылка)
В 2011 году суммарный объем бэкапов этой таблицы составил 400 миллионов терабайт.

(Ответить) (Ветвь дискуссии)


[info]syarzhuk
2012-01-30 23:10 (ссылка)
Sounds like a business opportunity for providing a cloud-based dual service!

(Ответить) (Уровень выше)