On Thu, Jan 5, 2012 at 9:54 AM, Alan Bram <[email protected]> wrote: > I've had a similar itch, but never got around to doing much about it. > So this is interesting to me. > > How long does it take to load a substantial ledger file into Postgres?
My ledger is ~17k lines, 9500 transactions or so, and it takes a few seconds. Much of that time is spent in the custom row hook I have. Ledger Web is set up such that it will automatically load the file whenever it's running and there are changes. You can tweak how long it waits before loading, but by default it waits 15 seconds after the last modification date.
