Comment Re:I hope they don't change the tabs too much (Score 1) 327
Its not only about sorting, with a database a lot more things are easier like for example, querying based on the fields. In this case, the places UI groups the history by title, web site, etc, and also providing a good search.
And SQLite is really better since its a standalone database.
If you think this is a performance improvement, its not because SQLite is not suited well for more writes, but less writes, more reads.
And SQLite is really better since its a standalone database.
If you think this is a performance improvement, its not because SQLite is not suited well for more writes, but less writes, more reads.