Thread
Stories related to "Crawling a billion web pages in just over 24 hours" across the full archive.
Abstract: "Web applications have been shifting their storage systems from SQL to NOSQL systems. NOSQL systems scale well but drop many convenient SQL features, such as joins, secondary
indexes, and/or transactions. We design, develop, and evaluate Yesquel, a system that provides performance and sca...
Story describes how I fixed JS execution time from 26 to 1
sec
A while ago, I [asked](https://lobste.rs/s/cqnzl5/lobste_rs_access_pattern_statistics_for) about traffic statistics for lobste.rs for a research project. Finally, the result of that work has now been published as the linked system, which speeds up lobste.rs by ~5x over that provided by MySQL. The so...