On Mon, Apr 15, 2019 at 8:02 AM Alen Šiljak <[email protected]> wrote:
> Just out of curiosity - would changing the data format shorten the time > required for processing? I know this is plain-text-accounting but it would > be interesting to see what effect would using SQLite have on the > performance. > None. The query time is small, it's parsing and processing the input file that takes most of the time. > It might help in reducing the load time of transactions simply due to the > nature of the technology. > And FWIW, I already investigated using the sqlite API as a replacement for bean-query. It doesn't allow enough customization for it to be possible. I need custom rendering routines and custom aggregators, and besides I really like the shortcuts (e.g. optional group-by). -- You received this message because you are subscribed to the Google Groups "Beancount" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/CAK21%2BhNfUFjqBxRg%3D%2Bk1zkUwsnriLkmb5qj0N8SNamPSzQyZ5Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
