Русские видео

Сейчас в тренде

Иностранные видео


Скачать с ютуб Real Time Analytics with PostgreSQL в хорошем качестве

Real Time Analytics with PostgreSQL 8 лет назад


Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса savevideohd.ru



Real Time Analytics with PostgreSQL

Many companies are in need of a real-time analytics solution. Events such as website clicks or sensor measurements come in at a high rate and users want real-time insight into this data using a dashboard, which involves a number of scalability problems. A typical approach is to store events data in HDFS, compute different aggregates using Spark, and put the results into Cassandra to let the application access them. In this webinar, we will show that PostgreSQL can perform all of these tasks efficiently by using a combination of cached aggregates and a queue of changes that is periodically flushed into the cache. Using the Github archive data, we will demonstrate that this approach performs well on both the ingestion side and the querying side even for very large datasets.

Comments