Как работает Exadata?
-
- Уже с Приветом
- Posts: 2846
- Joined: 28 Jun 2000 09:01
- Location: Milwaukee, WI
Как работает Exadata?
Кто нибудь понимает как внутри устроена и работает Exadata?
moria# show running-config
-
- Уже с Приветом
- Posts: 1349
- Joined: 28 Nov 2008 17:50
Re: Как работает Exadata?
Главная фишка это отдельные сторидж сервера и Smart Scan Offload Processing. Если обычный RAC читает блоки с обычного сториджа, то экзадата читает с умного, который умеет выдавать нужные куски файла. Плюс данные размазанны по нескольким сторидж серверам, что уже напоминает MPP подход
The client issues a SELECT statement with a predicate to filter and return only rows of interest.
The database kernel determines that Exadata storage is available and constructs an iDB command representing the SQL command issued and sends it the Exadata storage.
The CELLSRV component of the Exadata software scans the data blocks to identify those rows and columns that satisfy the SQL issued.
Only the rows satisfying the predicate and the requested columns are read into memory.
The database kernel consolidates the result sets from across the Exadata cells.
Lastly, the rows are returned to the client.
Стр 29
https://www.oracle.com/technetwork/data ... 076451.pdf
-
- Уже с Приветом
- Posts: 2846
- Joined: 28 Jun 2000 09:01
- Location: Milwaukee, WI
Re: Как работает Exadata?
У меня вот такой вопрос, если там нет shared storage - то как они решают проблему выхода из строя одного из Storage nodes?
Или они записывают несколько копий на разные storage nodes?
Как я понимаю RAC без shared storage не бывает
Или они записывают несколько копий на разные storage nodes?
Как я понимаю RAC без shared storage не бывает
moria# show running-config
-
- Уже с Приветом
- Posts: 2846
- Joined: 28 Jun 2000 09:01
- Location: Milwaukee, WI
Re: Как работает Exadata?
По ваше ссылке нашел вот такое
The disk mirroring provided by ASM, combined with hot swappable Exadata disks, ensure the database can tolerate the failure of individual disk drives. Data is mirrored across cells to ensure that the failure of a cell will not result in loss of data, or inhibit data accessibility. This massively parallel architecture delivers unbounded scalability and high availability.
The disk mirroring provided by ASM, combined with hot swappable Exadata disks, ensure the database can tolerate the failure of individual disk drives. Data is mirrored across cells to ensure that the failure of a cell will not result in loss of data, or inhibit data accessibility. This massively parallel architecture delivers unbounded scalability and high availability.
moria# show running-config
-
- Уже с Приветом
- Posts: 15300
- Joined: 30 Apr 2003 16:43
Re: Как работает Exadata?
И сколько эта радость стоит интересно?idle0 wrote: ↑26 Jan 2022 18:07 По ваше ссылке нашел вот такое
The disk mirroring provided by ASM, combined with hot swappable Exadata disks, ensure the database can tolerate the failure of individual disk drives. Data is mirrored across cells to ensure that the failure of a cell will not result in loss of data, or inhibit data accessibility. This massively parallel architecture delivers unbounded scalability and high availability.
-
- Уже с Приветом
- Posts: 2846
- Joined: 28 Jun 2000 09:01
- Location: Milwaukee, WI
Re: Как работает Exadata?
Дорого. Но быстро!
Fast, Reliable, Cheap - choose two
Fast, Reliable, Cheap - choose two
moria# show running-config
-
- Уже с Приветом
- Posts: 64661
- Joined: 12 Jul 2002 16:38
- Location: г.Москва, ул. Б. Лубянка, д.2
-
- Уже с Приветом
- Posts: 1349
- Joined: 28 Nov 2008 17:50
Re: Как работает Exadata?
на Reliable и Cheap, с оракла на хадуп ушли. на сколько я помню 24 ядра exadata с парой сторидж серверов вытягивала на $0.5M
RAC поверх ASM работает, это что-то типа файловой системы под базы данных. у exdata тоже внутри RAC поверх ASM и, думаю, ASM уже нюансы сторидж серверов скрывает.
-
- Уже с Приветом
- Posts: 1491
- Joined: 08 Mar 2002 10:01
- Location: NJ
Re: Как работает Exadata?
На голый хадуп или базу поверх хадупа?
-
- Уже с Приветом
- Posts: 1349
- Joined: 28 Nov 2008 17:50