Hacker News new | ask | show | jobs
by KomoD 71 days ago
"feels lighter"? is it or is it not lighter?
1 comments

Last I checked, and things might have changed, atuin runs a full posgresql database to store and sync the history, while mcfly is lighter, it also has a narrower feature scope.
So Atuin actually runs postgresql on the server only - the part that handles sync for many users

On the client, it uses sqlite. As of recently, it also keeps an in-memory Nucleo index to make fuzzy searching much faster