Upcoming presentations
No upcoming presentations...
Past presentations
Looking for the differences in your data.
Main challenges for data comparing in tables in Postgres and other databases.
What is the difference between your stable production and test databases? Data.
When your system is active, data changes very quickly. You have made a backup up, and the next hour, it won't match with the database anymore. You migrated the data from your old database to a new one, but while you are finalizing all processes, data stops being synchronized. Of course, you can compare the data ...
Let robots help with queries
Answers to the most popular questions about AI for database querying.
AI is one of the most popular topics these days. With this technology, you can write texts, draw pictures, and create music. And, of course, you can write queries to your database with ChatGPT-3.
Recently, we integrated this technology with DBeaver. The feature got good feedback from the open-source community and enterprises. We will be glad to answer the most frequent questions that we obt...
The number of PostgeSQL forks keeps growing. Some of them are really ancient, while others are relatively new.
Redshift, Greenplum, Cockroach, Timescale, RDS, Vertica, you name it. All modern clouds have their own forks of traditional PostgreSQL.
But are these databases our familiar PostgreSQL, or something absolutely different?
DBeaver supports all the main PostgreSQL forks, and we c...
The number of PostgeSQL forks keeps growing. Some of them are really ancient, while others are relatively new.
Redshift, Greenplum, Cockroach, Timescale, RDS, Vertica, you name it. All modern clouds have their own forks of traditional PostgreSQL.
But are these databases our familiar PostgreSQL, or something absolutely different?
DBeaver supports all the main PostgreSQL forks, and we c...
How to access your cloud PostgreSQL servers from highly secured corporate environment.
Connect to your secured data easily.
Sometimes it maybe a very tricky just to establish a connection with your remote database. Especially if your working place is in highly secured corporate environment and your database server is in highly secured remote cloud.
We will talk about bypassing SSH, SSL, jump servers, proxy servers, VPNs and various SSO (Kerberos/SSPI/LDAP/Active Directory) authentication systems in order to acces...