Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework blog post indexing #9

Open
rku opened this issue Feb 23, 2013 · 1 comment
Open

Rework blog post indexing #9

rku opened this issue Feb 23, 2013 · 1 comment

Comments

@rku
Copy link
Member

rku commented Feb 23, 2013

Currently, all postings are indexed per request. This has some disadvantages regarding scalability. Therefore, the blog post indexing mechanism should be refurbished.

@horazont
Copy link
Member

However, this is not as trivial as it might seem on the first glance. We probably cannot rely on filesystem timestamps on all supported platforms (we'd have to check that) or at least we would have to check way too many files on each request, even if we only compared timestamps (which might be very well what we're doing right now).

inotify would be an option, requires a lot of managment and adds platform restrictions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants