Bill Katz

Results 57 comments of Bill Katz

Timestamps are already meaningful. If the backing store can give meaningful timestamps, it will do so and the tar file will have that timestamp.

@stuarteberg For the /keys endpoint, I'll stream out N keys where N is some large limit. You can then do `GET /keys?start=lastkeygiven` where `lastkeygiven` is the very last key returned,...

Did you have an idea how you’d like the paging solution to work or should I just come up with the first pass and we’ll see if it works for...

You're right. Read the other too quickly. This issue is the queue issue and the other issue is probably something else like more-than-once delivery.

Yes, if CORS is enabled by default any DVID fronted by nginx, which is a fairly common, would break because nginx would also be handling CORS and we'll get issues....

Yes. I've been looking into this and planned to move to this once we fixed our other build issues. A good intro is here: https://blog.golang.org/using-go-modules.

Some of the major Go projects have had issues moving to Go modules. In particularly, I've noticed that [gogo/protobuf](https://github.com/gogo/protobuf/issues/518) and Badger are working things out. Since dgraph won't move to...

How are you ingesting the label data into DVID? Are you using /raw or /blocks (the former is much better)? We typically add terabytes of label data without any kind...

There's probably something else going on because 100 GB is a small label volume for us and should be easily handled by the server with those specs. A key thing...

Could you also say how you are installing DVID / OS / etc. A brief example of the HTTP requests you're making would also be helpful, e.g., how what is...