Stefano, does it already do caching? Where is the pickle cache stored? I see __pycache__ files in my importer folders, but not anywhere else. Sorry, I have not really done much python in the past, so I am probably asking a dumb question.
On Mon, Apr 15, 2019 at 3:06 PM Stefano Zacchiroli <[email protected]> wrote: > On Mon, Apr 15, 2019 at 05:01:57AM -0700, Alen Šiljak 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. > > It might help in reducing the load time of transactions simply due to > the > > nature of the technology. > > It won't help in the (common) scenario in which you don't actually parse > the text file, but rely on the Pickle cache instead. My understanding is > that Martin wants to improve performances in that scenario as well. > > -- > Stefano Zacchiroli . [email protected] . upsilon.cc/zack . . o . . . o . o > Computer Science Professor . CTO Software Heritage . . . . . o . . . o o > Former Debian Project Leader . OSI Board Director . . . o o o . . . o . > « the first rule of tautology club is the first rule of tautology club » > > -- > 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/20190415120638.nrme4od3zj3zdlje%40upsilon.cc > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CAOHSxb%3DT0%3DaRBvEeAP7TzGUmY5K%2BMpHECkxq96qc9Y12cgvwTg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
