Re: OAK-9238 oak-run explore should support Azure Segment Store (Review)

2020-09-28 Thread Andrei Dulceanu
Hi Aravindo, Thank you for your contribution! I will review the changes and commit the patch once done. Regards, Andrei On Sat, Sep 26, 2020 at 11:35 PM Aravindo Wingeier wrote: > Hi > > In my personal time, I added support for AzureSegmentStore to `oak-run > explore`. While outdated, I still

OAK-9238 oak-run explore should support Azure Segment Store (Review)

2020-09-26 Thread Aravindo Wingeier
Hi In my personal time, I added support for AzureSegmentStore to `oak-run explore`. While outdated, I still find it a handy tool. The actual change is small, the diff is just bloated by the new abstract class I added. Please review my PR.

Re: Azure Segment Store

2018-03-12 Thread Ian Boston
Hi, I misread the documentation in the patch. Thank you for pointing out my mistake. Best Regards Ian On 6 March 2018 at 09:53, Tomek Rękawek wrote: > Hi Ian, > > > On 5 Mar 2018, at 17:47, Ian Boston wrote: > > > > I assume that the patch deals with the 50K

Re: Azure Segment Store

2018-03-06 Thread Tomek Rękawek
Hi Ian, > On 5 Mar 2018, at 17:47, Ian Boston wrote: > > I assume that the patch deals with the 50K limit[1] to the number of blocks > per Azure Blob store ? As far as I understand, it’s the limit that applies to the number of blocks in a single blob. Block is a single write.

Re: Azure Segment Store

2018-03-06 Thread Valentin Olteanu
On March 1, 2018 at 5:42:07 AM, Tomek Rekawek > (reka...@adobe.com.invalid > > ) > > >> wrote: > > >> > > >> Hi Tommaso, > > >> > > >> so, the goal is to run the Oak in a cloud, in this case Azure. In > order > > to > > >>

Re: Azure Segment Store

2018-03-05 Thread Ian Boston
to run the Oak in a cloud, in this case Azure. In order > to > >> do this in a scalable way (eg. multiple instances on a single VM, > >> containerized), we need to take care of provisioning the sufficient > amount > >> of space for the segmentstore. Mounti

Re: Azure Segment Store

2018-03-05 Thread Michael Dürig
SSD/HDD disks (in >> Azure they’re called “Managed Disks” aka EBS in Amazon) has two drawbacks: >> >> * it’s expensive, >> * it’s complex (each disk is a separate /dev/sdX that has to be formatted, >> mounted, etc.) >> >> The point of the Azure Segment Store is to

Re: Azure Segment Store

2018-03-02 Thread Ian Boston
d “Managed Disks” aka EBS in Amazon) has two drawbacks: > > * it’s expensive, > * it’s complex (each disk is a separate /dev/sdX that has to be formatted, > mounted, etc.) > > The point of the Azure Segment Store is to deal with these two issues, by > replacing the need for a l

Re: Azure Segment Store

2018-03-01 Thread Matt Ryan
if you think it’d be good for >> the encapsulation. >> >> There’s a related issue OAK-7297, which introduces the new fixture for >> benchmark and ITs. After merging it, all the Oak integration tests pass on >> the Azure Segment Store. >> >> Looking forward for the feedback. >> >> Regards, >> Tomek >> >> [1] https://azure.microsoft.com/en-us/services/storage/blobs/ >> >> -- >> Tomek Rękawek | Adobe Research | www.adobe.com >> reka...@adobe.com >> >>

Azure Segment Store

2018-03-01 Thread Tomek Rękawek
for the encapsulation. There’s a related issue OAK-7297, which introduces the new fixture for benchmark and ITs. After merging it, all the Oak integration tests pass on the Azure Segment Store. Looking forward for the feedback. Regards, Tomek [1] https://azure.microsoft.com/en-us/services/storage