Edd Robinson
Edd Robinson
I think, rather than focussing on features the library needs to reach a specific bar, it's healthier to merely order the features we want in an order to tackle them....
Is someone working on naive bayes? I didn't see anything explicit in the issues list? Was working on a port of my Python implementation.
Hmmm, a good point. I don't have a lot of time right now but I guess a solution could involves using `get_all_buckets()` and checking for the `bucket` in question. Details...
Yeah, oops on the `try` block :blush:
@retoo could you provide logs of the server during this time? I particularly interested if your caches cannot be snapshotted by the backup tool because they're busy handling write workloads.
I tested this on some data in a local instance: ``` edd@tr:~|ā du -chs ~/.influxdb 11G /home/edd/.influxdb 11G total ``` #### No write workload on influxd ``` edd@tr:~|ā time ossinfluxd-1.8...
@retoo @hbokh can you verify your influxDB versions please?
I think one of the issues is that when doing a local backup everything is still streamed out over a TCP connection. It seems more sensible to handle this usage...
@lemire sorry, I was just PRing into our company fork. But I picked the wrong base branch. Iām happy to put a PR in upstream tomorrow.
> I suppose one option might be to tweak this PR so that the Arrow columns type returned from the back-end is handled and then converted into another (supported) type...