You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-nuts
Dear Gophers,
Has anyone any information about performance comparison between Sqlite and Ql (github.com/cznic/ql or modernc.org/ql)? Any bit of information would be appreciated!
Thank you in advance
--
Luis Otavio de Colla Furquim
Jan Mercl
unread,
Jul 17, 2019, 10:39:53 AM7/17/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to luis.f...@gmail.com, golang-nuts
On Wed, Jul 17, 2019 at 4:34 PM Luis Furquim <luisf...@gmail.com> wrote:
> Has anyone any information about performance comparison between Sqlite and Ql (github.com/cznic/ql or modernc.org/ql)? Any bit of information would be appreciated!
QL is slower. Sometimes dramatically slower. QL's query
planner/optimizer is very rudimentary. However, for some usage
scenarios the performance might be acceptable. I strongly suggest to
use the V2 backend wherever possible.
Luis Furquim
unread,
Jul 17, 2019, 10:43:23 AM7/17/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message