Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | More fixes to the "most widely deployed SQL database" page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
69346672740bf7e2295c7c951ccfb0a5 |
User & Date: | drh 2008-02-21 20:01:41.000 |
Context
2008-02-21
| ||
20:43 | Remove obsolete text from the limits.html page. (check-in: b753f5fc5a user: drh tags: trunk) | |
20:01 | More fixes to the "most widely deployed SQL database" page. (check-in: 6934667274 user: drh tags: trunk) | |
19:49 | Updates to the "most deployed SQL database" page. (check-in: 4f5e61a933 user: drh tags: trunk) | |
Changes
Changes to pages/mostdeployed.in.
1 2 3 4 5 6 7 8 9 | <title>SQLite: Most Widely Deployed SQL Database</title> <h2>Most Widely Deployed SQL Database</h2> <p>We <em>believe</em> that there are more copies of SQLite in use around the world than any other SQL database engine, and possibly all other SQL database engines combined. We cannot be certain of this since we have no way of measuring either the number of SQLite deployments nor the number of deployments | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | <title>SQLite: Most Widely Deployed SQL Database</title> <h2>Most Widely Deployed SQL Database</h2> <p>We <em>believe</em> that there are more copies of SQLite in use around the world than any other SQL database engine, and possibly all other SQL database engines combined. We cannot be certain of this since we have no way of measuring either the number of SQLite deployments nor the number of deployments of other databases. But we believe the claim is defensible.</p> <p>The belief that SQLite is the most widely deployed SQL database engine stems from its use as an embedded database. Other database engines, such as MySQL, PostgreSQL, or Oracle, are typically found one to a server. And usually a single server can serve multiple users. With SQLite, on the other hand, a single user will typically have exclusive use of |
︙ | ︙ | |||
27 28 29 30 31 32 33 34 35 36 37 38 39 40 | SQL database engines other than SQLite. Not every website runs an SQL database engine, and not ever SQL database engine runs a website. Larger websites run multiple database engines. But the vast majority of smaller websites (the long tail) share a database engine with several other websites, if they use database engine at all. So using the number of websites as a surrogate for the number of operational SQL database engines is a crude approximation, but it is the best we have so we will go with it. (Readers are encouraged to submit better estimates.)</p> <p>Now let's consider where SQLite is used:</p> | > > | 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | SQL database engines other than SQLite. Not every website runs an SQL database engine, and not ever SQL database engine runs a website. Larger websites run multiple database engines. But the vast majority of smaller websites (the long tail) share a database engine with several other websites, if they use database engine at all. And many large SQL database installations have nothing to do with websites. So using the number of websites as a surrogate for the number of operational SQL database engines is a crude approximation, but it is the best we have so we will go with it. (Readers are encouraged to submit better estimates.)</p> <p>Now let's consider where SQLite is used:</p> |
︙ | ︙ | |||
52 53 54 55 56 57 58 59 60 61 62 | <a href="http://skypejournal.com/blog/archives/2006/04/how_many_users_does_skype_have_today.php">[4]</a>. All recent versions of the Skype client use SQLite internally.</li> <li>20 million Symbian smartphones shipped in Q3 2007 <a href="http://www.symbian.com/news/pr/2007/pr20079552.html">[5]</a> Newer versions of the SymbianOS have SQLite built in. It is unclear exactly how many Symbian phones actually contain SQLite, so we will use a single quarter's sales as a lower bound.</li> <li>Millions and millions of copies of <a href="http://www.mcafee.com/">McAfee</a> anti-virus software all use SQLite internally.</li> <li>Millions of iPhones use SQLite</li> | > > > > | | | 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 | <a href="http://skypejournal.com/blog/archives/2006/04/how_many_users_does_skype_have_today.php">[4]</a>. All recent versions of the Skype client use SQLite internally.</li> <li>20 million Symbian smartphones shipped in Q3 2007 <a href="http://www.symbian.com/news/pr/2007/pr20079552.html">[5]</a> Newer versions of the SymbianOS have SQLite built in. It is unclear exactly how many Symbian phones actually contain SQLite, so we will use a single quarter's sales as a lower bound.</li> <li>10 million AOL subscribers use SQLite in the AOL email client that comes bundled with their subscription.</li> <li>10 million Solaris 10 installations, all of which require SQLite in order to boot.</li> <li>Millions and millions of copies of <a href="http://www.mcafee.com/">McAfee</a> anti-virus software all use SQLite internally.</li> <li>Millions of iPhones use SQLite</li> <li>Millions and millions of other cellphones from manufactures other than Symbian and Apple use SQLite. This has not been publicly acknowledged by the manufactures but it is known to the SQLite developers.</li> <li>There are perhaps millions of additional deployments of SQLite that the SQLite developers do not know about.</li> </ul> <p> |
︙ | ︙ |