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
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
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
>
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
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
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?
What is the issue with using sqlite?
Why a client/server approach vs an embedded database?
I don't have muc