title

text

Denis Sukhovei
Denis Sukhovei Аладдин Р.Д.
Alexey Sabanov
Alexey Sabanov АО "Аладдин Р.Д."
15:40 21 June
45 мин

Криптографическая защита информации с помощью "Крипто БД" или как достичь технологического суверенитета информационной системы

The myths and misconceptions of software import substitution. The acute threat of non-working DBMS servers. The basic plans for import substitution and problems of the transition period. DBMS data protection and the image of an ideal protection system. Crypto BD is the cryptographic data protection system. How does it work?

Слайды

Суховей.pptx

Другие доклады

  • Дмитрий Головицин
    Дмитрий Головицин УКЦ ФОРС
    45 мин

    Современная экосистема PostgreSQL глазами Oracle DBA

    Our talk reviews the modern tools for administering PostgreSQL. It also covers the DBMS's performance bottlenecks and provides approaches to resolving the related issues. The presentation tackles the problems that occur while Oracle to Postgres migrations including the following: performance tuning tools (the analogues of AWR and ASH); monitoring tools (the analogues of Cloud Control); ensuring high availability and reliability of the database (grid infrastructure analogues); known "database performance bottlenecks"; an overview of options for technical support options SLAs.

  • Alexander Nikitin
    Alexander Nikitin ЗАО ЦФТ
    45 мин

    Апдейты? Да кому нужны ваши апдейты?!!

    We'll talk about the ways to change the database records without updates. To do this, we'll explore what's going on at the lowest level and see what can happen if we make changes in data files in different operation modes.

  • Dmitry Vagin
    Dmitry Vagin Avito
    45 мин

    Avito: где живут ваши объявления

    Previously, we have explained the internals of Avito, discussed, where and how we store your classifieds, and how they appear on the search results. In the recent 3-4 a lot has changed in Avito. We got rid of logical replication, stopped using standby servers for reads, removed nearly all stored procedures and our custom failover solution, migrated all our classifieds into a sharded DBMS, switched from the monolith app to microservices. I'll explain why we made such decisions, list some of the problems we encountered and describe the current state of our development process.

  • Ivan Frolkov
    Ivan Frolkov Postgres Professional
    22 мин

    Темпоральные типы и их использование

    During my career, I've seen a lot of code, and very often I faced inaccuracies in handling dates and times. Sometimes the parties got discrepancies in the monthly reports due to such inaccuracies; or daily reports were different for Moscow and SFO, etc. I wouldn't call it a serious problem, but it's annoying and time-consuming. In all cases, such issues occur because of neglectful handling of dates and times. In my presentation, I will discuss how we can avoid it.