In-reply-to » I think my new SqliteCache is almost ready for prime time šŸ¤ž

There are however a few implications to note:

  • It will be possibly to page through much larger quantities of twts per feed, this is potentially unlimited (depends on disk space)
  • Automated Feeds (bots) like @tiktok@feeds.twtxt.net will now behave/display very differently. You will see all itā€™s historical Twts, whereas before youā€™d only see the one because the MemoryCacheā€™s behavior was to ā€œreplaceā€ Twts.

Iā€™m hoping everything else remains the same and true to what weā€™ve collectively built and to spec. Replies work, Forks work, various views, filters and so on still work. Iā€™m developing this new cache in a way that uses a ā€œdelegateā€ pattern and a double read / double write with metrics so I can over time see that none of the ā€œold cacheā€ is used anymore.

ā¤‹ Read More