TE
테크에코
홈24시간 인기최신베스트질문쇼채용
GitHubTwitter
홈

테크에코

Next.js로 구축된 기술 뉴스 플랫폼으로 글로벌 기술 뉴스와 토론을 제공합니다.

GitHubTwitter

홈

홈최신베스트질문쇼채용

리소스

HackerNews API원본 HackerNewsNext.js

© 2025 테크에코. 모든 권리 보유.

SQLite is 25 years old today

23 포인트작성자: marcobambini약 20시간 전
From Dr. Richard Hipp:<p>If you look at the [Project Age](https:&#x2F;&#x2F;sqlite.org&#x2F;src&#x2F;stat) within the next 23 hours or so, you&#x27;ll see that it says exactly &quot;*25 years*&quot;.<p>Our expectation is to continue enhancing SQLite for many years to come and to support it actively for at last 25 more years.

1 comment

chistev약 18시간 전
&quot;SQLite works great as the database engine for most low to medium traffic websites (which is to say, most websites). The amount of web traffic that SQLite can handle depends on how heavily the website uses its database. Generally speaking, any site that gets fewer than 100K hits&#x2F;day should work fine with SQLite. The 100K hits&#x2F;day figure is a conservative estimate, not a hard upper bound. SQLite has been demonstrated to work with 10 times that amount of traffic.<p>The SQLite website (<a href="https:&#x2F;&#x2F;sqlite.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;sqlite.org&#x2F;</a>) uses SQLite itself, of course, and as of this writing (2015) it handles about 400K to 500K HTTP requests per day, about 15-20% of which are dynamic pages touching the database. Dynamic content uses about 200 SQL statements per webpage. This setup runs on a single VM that shares a physical server with 23 others and yet still keeps the load average below 0.1 most of the time&quot; - The documentation<p>I use sqlite as the database for my blog - <a href="https:&#x2F;&#x2F;www.rxjourney.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.rxjourney.net&#x2F;</a><p>For most of us, it&#x27;s all we need.
评论 #44132686 未加载