Re: postgresql vs sqlite for Cuirass (was Re: Hackathon: Mumi and Cuirass)

2019-05-21 Thread Ludovic Courtès
Hi, Ricardo Wurmus skribis: > Gábor Boskovits writes: > >> Currently the database response times on sqlite are not acceptable. >> Any suggestions to overcome this would be appreciated. > > I started playing with Cuirass again to add a search feature and while > looking through the code I was as

Re: postgresql vs sqlite for Cuirass (was Re: Hackathon: Mumi and Cuirass)

2019-05-19 Thread Ricardo Wurmus
Gábor Boskovits writes: > Currently the database response times on sqlite are not acceptable. > Any suggestions to overcome this would be appreciated. I started playing with Cuirass again to add a search feature and while looking through the code I was astonished to see how complicated the SQL

Re: postgresql vs sqlite for Cuirass (was Re: Hackathon: Mumi and Cuirass)

2019-05-17 Thread Ricardo Wurmus
Aljosha Papsch writes: > Am Freitag, den 17.05.2019, 10:26 +0200 schrieb Gábor Boskovits: >> Any suggestions to overcome this would be appreciated. > > I would go with the client/server database. It helps scaling in the > long term and Guix must take over the world, no? With SQLite you'll be >

Re: postgresql vs sqlite for Cuirass (was Re: Hackathon: Mumi and Cuirass)

2019-05-17 Thread Aljosha Papsch
Hi, Am Freitag, den 17.05.2019, 10:26 +0200 schrieb Gábor Boskovits: > Any suggestions to overcome this would be appreciated. I would go with the client/server database. It helps scaling in the long term and Guix must take over the world, no? With SQLite you'll be stuck with the single file on a

Re: postgresql vs sqlite for Cuirass (was Re: Hackathon: Mumi and Cuirass)

2019-05-17 Thread Gábor Boskovits
Hello, Giovanni Biscuolo ezt írta (időpont: 2019. máj. 16., Cs, 16:23): > Hello Björn, > > Björn Höfling writes: > > [...] > > >> 2) Cuirass > > > > On Guix days, we discussed the idea of using Postgresql as a backend. > > Please do you remember the rationale behind this idea? > > This was just