Bryant Moscon

Results 121 comments of Bryant Moscon

try using `delete(self, symbol, chunk_range=None)` with `chunk_range` set to the appropriate range

I dont think the forward pointers would do anything. The issue is that data is being written to two collections in two separate transactions (or in some cases, you might...

1. Mongo transactions are only supported in 4.0+. Adding this would require dropping support for all previous versions. Not sure thats do-able. 2. It requires a replica set. No other...

sorry, I thought this was already clear, but maybe it wasnt. This 100% only affects chunkstore. I'm working on a fix now, should have it fixed within a week or...

@yschimke no worries - wasnt blaming anyone. the title now says [ChunkStore] so I think we should be a-ok :D

ok, i have a fix that looks like it will work, doing some more testing. Basically it creates its own transaction record, does the write, and then removes the transaction,...

@jamesblackburn sounds like a task for arctic 2.0!

hey @tjw45 thanks for the PR. Unfortunately the library is in a bit of a bad state with all the deprecations and warnings. I'm working on a clean up that...

a chunksize of 1 year seems like a bad idea unless you frequently are reading/writing data of that size

Tickstore definitely assumes all ticks are written in order given that thats how market updates work in general. I'm curious why you are writing them out of order?