Re: Do you think a DB based on Coroutine and AsyncIO is a good idea? I have written a demo on GitHub.

2016-05-25 Thread jimzuolin
On Wednesday, 25 May 2016 19:15:38 UTC+1, Ian wrote: > On Wed, May 25, 2016 at 10:52 AM, wrote: > > Link: https://github.com/JimChengLin/AsyncDB > > > > I always wonder why people do not make an async DB, when they are crazy > > with async web framework. Hard disks are faster than the Internet,

Do you think a DB based on Coroutine and AsyncIO is a good idea? I have written a demo on GitHub.

2016-05-25 Thread jimzuolin
Link: https://github.com/JimChengLin/AsyncDB I always wonder why people do not make an async DB, when they are crazy with async web framework. Hard disks are faster than the Internet, but still pretty slow compared to CPU/RAM. Due to my limited English skill, I may be not able to explain how it