6 ms·
will the video change if the search results change?
by forgotmypasswd 17y ago
will the video change if the search results change?
- swolchok 17y agoIMO it should, but right now I use a SQLite database as a permanent cache, so the video will never change. As soon as I get the urge to slack off some more, I'll just plug in Django's memcached support and set the expiration to a day or two.
- fnid 17y agoI'm kind of shocked that you are using SQLite to power this site. I suppose it'd be easy to move to something better, but still...
- swolchok 17y agoAre you shocked that it works or shocked that I would be so stupid as to use SQLite? I expect extremely low load and that I'll have plenty of time to move to memcached and no database... EDIT: it's on memcached now.
- deleted 17y ago[deleted]