@Greptime: GreptimeDB is now easier to connect with DBeaver Community 26.1.5! @dbeaver_news The release adds a dedicated GreptimeD…
Summary
DBeaver Community 26.1.5 has been released, featuring a new dedicated GreptimeDB driver for easier connection and management of time-series data.
View Cached Full Text
Cached at: 08/19/26, 06:54 PM
GreptimeDB is now easier to connect with DBeaver Community 26.1.5! 🎉 @dbeaver_news
The release adds a dedicated GreptimeDB driver entry with MySQL compatibility, simplifying how you explore and manage time-series data in DBeaver.
https://t.co/DndhjzDELz https://t.co/rmpNAhcpgG
DBeaver 26.1.5 | DBeaver Community
Source: https://dbeaver.io/2026/08/16/beaver-26-1-5/
- Product configuration:- Added Product configuration, a new setup flow that opens on first start
- AI Assistant:- Fixed alignment of fields in the OpenAI configuration dialog (thanks to @HellAmbro) - Added the ability to duplicate AI profiles - Improved model refresh and test connection behavior for AI engine settings
- Data Editor:- Added read-only HTML preview for text/html values in the Value panel (thanks to @michaaels) - Fixed array and complex column visualization when “Show complex column structure” was disabled - Fixed sorting in the Metadata panel (thanks to @gsastraw) - Restored support for CSS color names in spatial data colorization - Fixed spatial data display with map backgrounds and locales that use decimal commas
- Data Transfer:- Fixed an issue on Linux when export error dialogs could be hidden behind the export window (thanks to @JackyLin0123) - Fixed column enablement in table mapping when using the Space key (thanks to @EastLord) - Fixed an issue where saved import tasks could lose target table and column mapping settings after an update
- Connectivity:- Added support for custom authentication models in Custom CSV/XML connection import (thanks to @weih-kahoot) - Fixed browser-based authentication on Linux systems where the default browse action is not supported - Fixed connection color updates when changing the connection type in connection settings - Added database and driver version information to diagnostic log archives
- Navigator:- Hid the Delete context menu item when metadata changes are disabled in Simple view mode (thanks to @MilosM348) - Fixed an issue where the database Navigator did not open correctly
- New Drivers:- GreptimeDB: Added a dedicated driver entry using the MySQL-compatible protocol (thanks to @EastLord)
- Databases:- ClickHouse:- Added support for displaying Map values in the Data Editor - Fixed DDL generation for views that do not contain a table-style column declaration block (thanks to @SEPURI-SAI-KRISHNA) - Databricks: Improved display of ARRAY and STRUCT values by showing complex arrays as JSON - Firebird: Fixed SSH tunnel testing when required database connection parameters were not set - MonetDB: Updated the default JDBC driver class name to restore driver loading (thanks to @scorpion3399) - MySQL: Fixed native database dumps when passwords contain # or other special characters (thanks to @sakshichitnis27) - Netezza: Fixed NCHAR length generation in DDL and improved recognition of NCHAR and NVARCHAR data types (thanks to @KrzysztofDusko) - PostgreSQL:- Fixed an issue where the selected schema could be lost after a query error in manual commit mode - Fixed backup and restore behavior that could omit tables during restore - Fixed generated calls for functions that return composite types (thanks to @HellAmbro) - StarRocks and Apache Doris: Preserved raw SHOW CREATE DDL output without applying additional formatting (thanks to @dupen01) - TDengine: Fixed unresolved Maven dependency warnings in the built-in driver configuration (thanks to @EastLord) - LibSQL: Added support for database views
This website uses cookies to improve your experience. We’ll assume you’re ok with this, but you can opt-out if you wish.AcceptRead more
Similar Articles
@Greptime: GreptimeDB v1.2.0-beta.1 is out. 205 changes, 259 commits, 22 contributors. The headline items: JSON2 as a data type, P…
GreptimeDB v1.2.0-beta.1 is released with major features including JSON2 as a structured column type, Prometheus Remote Write v2 with native histograms, dictionary-encoded series keys for faster queries, and additional hardening/breaking changes.
@Greptime: GreptimeDB v1.1.2 is out — a v1.1 patch worth upgrading to. Headline fix: scheduled Flows now bind now()/current_timest…
GreptimeDB v1.1.2 is a patch release that fixes scheduled Flows now() binding for deterministic EVAL INTERVAL windows, along with bug fixes for Kafka SASL password redaction, GC index file listing, parquet metadata cache size, Prometheus label discovery scan, and PromQL time binary aggregation. It is recommended for users to upgrade.
@Greptime: GreptimeDB is now a native data source in @PersesDev , the CNCF observability dashboard project — the plugin just merge…
GreptimeDB is now a native data source in Perses, the CNCF observability dashboard project, supporting metrics via PromQL, logs, traces, and SQL aggregations.
@Greptime: GreptimeDB v1.1.0 is out PromQL rate/increase up to 97% faster, 20–40% lower query time overall Up to 4.5x faster on TS…
GreptimeDB v1.1.0 is released, offering up to 97% faster PromQL queries, 20-40% lower overall query times, and up to 4.5x improvement on TSBS scan-heavy queries, along with online repartitioning for existing tables.
@Greptime: Most of GreptimeDB's June work came down to one idea: a filter is no use if it can't reach the data. In a distributed q…
GreptimeDB improved distributed query performance by enabling remote dynamic filters to push down to datanode scans at runtime and optimizing the optimizer to run before MergeScan wraps remote plans, ensuring filters reach the data. JSON v2 columns now support type hints.