Jules Chéron
Jules Chéron
```log SQL query: --sql SELECT DISTINCT ON (tid) lat, lon, tid, time FROM telemetry WHERE tid IN ('1', '2', '3', '4', '5', '6', '7', '8', '9', '10') ORDER BY tid...
Especially on aggregate query, performance is 100x worse when using Flight
I was comparing the `end2end_duration_secs` in the influxdb server logs, the compute step is higher in the case of FlightRPC. I did the print before streaming on purpose to have...
I'd vote to remove it, since it's quite specific. At least the alias since it conflicts with Newton meter. thoughts on this ? @andrewgsavage
Monkeypatching should do the trick: ```python >>> import valkey.asyncio as redis >>> redis.Redis = redis.Valkey # valkey does not ship with Redis in asyncio module >>> from aiocache import BaseCache,...
People might be interested in choosing their client either redis or valkey. Creating a dedicated backend might be the way to do just that.
Can we use inline tables, that simplify the toml structure quite a lot. example for prefix: ```toml [prefix] quecto = { value = "1e-30", defined_symbol = "q" } ronto =...
For the writer, options are vendoring or specifying an extra dep. Using the writer is only used for serializing a Registry as file no ? For migration and stuff like...
+1 for a version key also I would use plain text for dimensions maybe loose the brackets too, we know its dimensions: We could use a boolean maybe for base...
For the groups, I'd prefer a table of tables: ```toml [[group]] name="USCSLengthInternational" [group.units] inch = "yard / 36 = in = international_inch = inches = international_inches" foot = "yard /...