[go-nuts] Re: MatrixOne: a hyperconverged and one-size-fits-most database in Go

2022-04-17 Thread Nan DENG
Hi Brian, Thanks for your feedback. Indeed we are aware of the doc problem. Many technical design docs are still under edition. As for the AOE technical design, sorry for the wrong link in the doc website, you may refer to this good RFC link

[go-nuts] Re: MatrixOne: a hyperconverged and one-size-fits-most database in Go

2022-04-16 Thread Yingfeng Zhang
Currently we are working on the update features, and upsert has not been considered initially and will be done in future. On Saturday, April 16, 2022 at 4:42:41 PM UTC+8 yan.z...@gmail.com wrote: > Does it support sequence and upsert in PostgreSQL? > > 在2022年4月16日星期六 UTC+8 00:47:48 写道: > >> Hi,

[go-nuts] Re: MatrixOne: a hyperconverged and one-size-fits-most database in Go

2022-04-16 Thread Yingfeng Zhang
Hi, Brian, Thanks for your comments. Actually the MatrixOne is still in its infant stage, so it's far from being able to be compared with other alternatives in terms of ACID,...,etc. Current codebase is just a demo such that MPP sql execution engine could work together with both columnar stora

[go-nuts] Re: MatrixOne: a hyperconverged and one-size-fits-most database in Go

2022-04-16 Thread Brian Candler
On Friday, 15 April 2022 at 17:47:48 UTC+1 nicolas...@gmail.com wrote: > any feedback is welcome. > The only feedback I can give is from your reading your documentation, which appears at this point to be very vague. I was looking for a proper architectural white paper that says exactly what C

[go-nuts] Re: MatrixOne: a hyperconverged and one-size-fits-most database in Go

2022-04-16 Thread Zhaoxun Yan
Does it support sequence and upsert in PostgreSQL? 在2022年4月16日星期六 UTC+8 00:47:48 写道: > Hi, > > I’d like to introduce a hyperconverged and one-size-fits-most database > named MatrixOne, written in Go. > > Github: https://github.com/matrixorigin/matrixone > > It’s a redesigned database with a com