Bob Rossi <[EMAIL PROTECTED]> wrote:
With sqlite (or any database 'mysql') if you have a table, can you
insert thousands, millions, billions,... of rows?

Yes, though "billions" is pushing it for an embedded database like SQLite.

Also, say you index one of the columns, and there are millions of rows
in the database, but each unique index has 100 items. If you search
for
a particular index, what is the Big O notation associated with this
lookup?

O(log N)

Igor Tandetnik

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to