net-questdb-client
net-questdb-client copied to clipboard
New community link
We started using QuestDb in our production environment to store also historical EOD market data. About that we are experiencing slow queries when asking for "the first available data for...
Hey! I’m playing with QuestDb and trying to ingest into it using the .Net client. I can connect to a local instance without issues, however, connecting to a remote server...
The expected values for decimal numbers are formatted as `12.2` (which is correct, since that's what QuestDB itself expects), but the `DummyHttpServer.PrintBuffer` method uses a StringBuilder, which uses the current...
await sender.Table("minutes5") .Symbol("code", data.Code) .Column("pushTime", data.PushTime) .Column("open", data.Open) .AtAsync(data.Timestamp); Because my table is dynamic now. I create the base on the date Trades-2025-9-13
Why does the disk space occupied by the database files in QuestDB become very large during data insertion, but then decrease after the insertion stops? It's similar to how the...