github questdb/questdb 6.2.1

latest releases: 7.4.2, 7.4.1, 7.4.0...
2 years ago

What is new

  • ILP: added multi-queue support to accelerate multiple table ingestion (#1869)
  • ILP: added a configuration for ILP to disconnect on error (#1868)
  • HTTP: unhandled errors in health check endpoint influence health status (#1872)
  • HTTP: added a flag to report JIT compilation status in REST API (#1836)
  • UI: added an icon for successful query execution with JIT compiler (#1842)
  • SQL: optimize order by designated timestamp desc with filter (#1852)
  • SQL: added new syntax drop table if exists <table-name> (#1839)

Bug fixes

  • ILP: ILP type conversions (#1892)
  • ILP: reduced default ILP connection pool capacity (#1903)
  • ILP: removed aggressive ILP TCP read retry mode (#1837)
  • SQL: rnd_str(iiii) ignores null rate setting (#1899)
  • SQL: fixed order by aliased column positions (#1905)
  • SQL: support for null/prev/linear when a list of values is provided after FILL (#1820)
  • SQL: distinct not applying order or limit; order by removal in sub-queries with the limit clause; outer query ordering skipping (#1893)
  • SQL: fixed parsing of timestamps that have 0 micros (#1887)
  • SQL: fixed UnsupportedOperationException on group by geohash column (#1862)
  • SQL: fixed cast with index parse error (#1859)
  • SQL: partitioning without designated timestamp should not be possible (#1844)
  • SQL: reject the latest by table queries over non-designated timestamp (#1850)
  • SQL: fixed not equals filter on indexed symbol column (#1838)
  • O3: fixed memory leak in 6.2 (#1901)
  • CORE: fixed possible long overflow problem in countdown latch(#1909)
  • CORE: fixed crash when row added out of order, cancelled and then added back (#1851)
  • CORE: fixed TableReader double free events (#1878)
  • UI: fixed errors in WebConsole browser console (#1888)
  • UI: removed devtools warning from web console (#1858)
  • PGWIRE: joins cursor leak in PgWire (#1875)
  • PGWIRE: handle SQL statement blocks in PgWire to make asyncpg work (#1788)
  • PGWIRE: fixed NPE for prepared statements with filters on indexed column (#1825)

Don't miss a new questdb release

NewReleases is sending notifications on new releases.