Pham Cong Dinh
Pham Cong Dinh
I think that it is because ACID transaction is different from atomicity. From what I read, there is no guarantee that if there is any failure in the middle of...
@jmizgajski You can look at here https://github.com/pmwkaa/serenity/blob/master/src/sn_execute.c https://github.com/pmwkaa/serenity/blob/master/src/sn_request.h
@pmwkaa ``` sophia v1.3 secondary indexes ``` I am a little bit confused when seeing this. Does it mean that `sophia` supports for complex data structure (not string or number)...
@pmwkaa Multiple thread support and atomic operations are great features. Will MVCC (write access will be serialized, read ops can be performed in parallel) be supported too? Thanks
Yes, it would be very nice feature.
> Connection to pypi.org timed out Say it all. Your Internet connection to pypi.org had a problem at that time. Not vibora issue
@danieldaeschle I believe that the document is incorrect. I made a pull request https://github.com/vibora-io/vibora/pull/158
`signal.pause` does not work in Windows. The issue has been reported before https://github.com/vibora-io/vibora/issues/126
> > > Can you take a look at our releases page and ensure you are using the correct branch that corresponds to your Ubuntu and poppler versions? > >...
@stephengaito Thanks for pointing it out. I am trying to remove all poppler installation in my system to see how it works