Другие доклады
-
Иван Картышов Postgres ProfessionalDmitry Ivanov Postgres Professional
-
David Fetter PostgreSQL Global Development Group
Переходные таблицы (Transition tables)!
Transition tables, a new feature in PostgreSQL 10, offer broad new capabilities including new ways to maintain materialized views. At the end of this talk, you will have seen new ways to use this feature and have it in your tool chest for the future.
-
Ivan Panchenko Postgres Professional
Полнотекстовый поиск: от A до Ω
Tutorial on Full Text Seach in PostgreSQL, containing all recent improvemets. All recipies necessary for building an application will be given: dictionary and parser configuration, faceted search, fuzzy search, multilanguage search, ranking etc. Participants will be provided with a test database for exercises.
-
Nikolay Ryzhikov Health Samurai
Использование PostgreSQL и Сlojure для разработки приложений, ориентированных на работу с базами данных
If you honestly evaluate most of our business applications, you will see that they first collect and import the data into a database and then send the same data in the opposite direction.
What if we don't build an ORM wall between the application and the database, but try using the symbiosis of their strong points and special features instead?
I will tell you how we use PostgreSQL and Clojure for building data-intensive medical applications. We will cover the following topics:
- functional relational programming
- jsonb for modeling complex data domains
- functional indexes and json-knife extension for jsonb search
- graphql implementation on PostgreSQL
- logical replication for building reactive integrations
- asynchronous JDBC-free connector to PostgreSQL on netty