questdb icon indicating copy to clipboard operation
questdb copied to clipboard

An open source time-series database for fast ingest and SQL queries

Results 847 questdb issues
Sort by recently updated
recently updated
newest added

### To reproduce Failed on windows-cairo: ``` 2024-09-29T09:18:41.1480049Z 2024-09-29T09:18:41.147210Z I i.q.t.TestListener >>>> io.questdb.test.cairo.CairoMetadataCacheTest.fuzzConcurrentCreatesAndDrops 2024-09-29T09:18:41.1483210Z 2024-09-29T09:18:41.148092Z I i.q.t.AbstractTest Starting test CairoMetadataCacheTest#fuzzConcurrentCreatesAndDrops 2024-09-29T09:18:41.1505113Z 2024-09-29T09:18:41.150245Z I i.q.c.TableNameRegistryStore reloading tables file [path=C:\Users\VSSADM~1\AppData\Local\Temp\junit9514489447529562053\dbRoot\tables.d.0, threadId=129] 2024-09-29T09:18:41.1705380Z...

Schrödinger's bug

### Is your feature request related to a problem? We no longer use `AbstractMemoryCR` instances in the query engine when reading table rows. Instead, the access is done via `PageFrameMemoryRecord`...

Tidy up

### Is your feature request related to a problem? There are users who want to run QuestDB on unstable hardware where power can be randomly reset. That can be industrial...

New feature
Documentation

### Is your feature request related to a problem? There are users who want to run QuestDB on unstable hardware where power can be randomly reset. That can be -...

New feature

### To reproduce Run on windows 11 pro, docker desktop v4.28 ``` docker run -t -i -v C:\Volumes\QuestDB:/var/lib/questdb -p 9000:9000 -p 9009:9009 -p 8812:8812 -p 9003:9003 --restart=always --net=docker-net --name=questdb questdb/questdb:8.1.1...

### To reproduce The test to be added in #4918 demonstrates the bug: ```java @Test public void testTableSchemaChangeExtended() throws Exception { skipOnWalRun(); // non-partitioned table assertMemoryLeak(() -> { try (...

Bug
Postgres Wire

時 is a traditional Chinese character

### To reproduce When i execute the following query, I get an "Internal Server Exception": ``` WITH inner_timeseries as ( SELECT timestamp, AVG(value) as value FROM timeseries_entry WHERE timeseriesId IN...

Bug
SQL

### To reproduce AbstractHistogramIterator - Minor - A overflow truncation may occur unexpected. Not sure if it going to cross 2^31-1 this.nextValueAtIndex = 1