-
### Describe the bug
Run: select * from aws_iot_device_shadow_update order by ts desc limit 10;
[19:47:20] Partition '54448-04-21' does not exist in table 'aws_iot_device_shadow_update' director…
-
### Describe the bug
I have a questdb table with schema:
``` sql
CREATE TABLE 'aws_iot_data_rule' (
ts TIMESTAMP,
region SYMBOL capacity 8 CACHE,
product_id SYMBOL capacity 128 CACHE,
d…
-
The goal is to create thin, easy to use GoLang client for sending ILP messages. We already have Java client:
https://github.com/questdb/questdb/blob/master/core/src/main/java/io/questdb/cutlass/lin…
-
Hello,
I am having problems (and maybe found a bug) with exporting large double values to my local QuestDB instance.
I have made some test cases to demonstrate them.
Any help is appreciated!
…
-
The goal is to create thin, easy to use C++ client for sending ILP messages. We already have a Java client:
* https://github.com/questdb/questdb/blob/master/core/src/main/java/io/questdb/cutlass/li…
-
### Describe the bug
We are seeing the very frequent crash. there is no particular sequence or with certain data. the crash is really random.
A fatal error has been detected by the Java Runtime E…
-
Does QuestDB support [asyncpg](https://github.com/MagicStack/asyncpg) library?
-
The goal is to create thin, easy to use C# client for sending ILP messages. We already have a Java client:
* https://github.com/questdb/questdb/blob/master/core/src/main/java/io/questdb/cutlass/lin…
-
**Is your feature request related to a problem? Please describe.**
I have a time series forecasting usecase where I need to store two timestamp columns in a table (one is designated). Unfortunately I…
-
**Describe the bug**
CREATE TABLE test (id symbol, name string);
I send data to the Influx port like this (using C#) : socket.send("test,id=\"f1\" name=\"h1\"\ntest,id=io");
The rows that show up …
zanek updated
3 years ago