Fix performance regression affecting Banshee

Bug #688781 reported by David Nielsen
270
This bug affects 59 people
Affects Status Importance Assigned to Milestone
Banshee
Unknown
Medium
SQLite
New
Undecided
Unassigned
sqlite3 (Ubuntu)
Fix Released
Low
Unassigned
Maverick
Fix Released
Low
Unassigned

Bug Description

Binary package hint: sqlite3

In Banshee we are seeing a number of severe performance problems with the SQLite 3.7.2 which is shipped in Maverick (like we did with 3.7.1 and 3.7.0 before it). These are massively improved with 3.7.3, and the changes for 3.7.4 do not seem harmful in casual testing during development and bug triaging Banshee on Natty so I should suggest bringing it up directly to 3.7.4 in compliance with the advice on SQLite.org currently available.

A sample of the type of bugs you can make disappear for us:
https://bugzilla.gnome.org/show_bug.cgi?id=631180

Revision history for this message
n3rd (n3rd) wrote :

Ubuntu, let's roll some useful updates.

papukaija (papukaija)
tags: added: upgrade
tags: added: maverick
Changed in sqlite3 (Ubuntu):
status: New → Confirmed
tags: added: wishlist
Revision history for this message
David Nielsen (davidnielsen-deactivatedaccount) wrote :

There are probably people here because of the OMG! Ubuntu! Article. Please simply mark yourselves as affected if you are, if you wish to receive updates on when this becomes available for you simple subscribe to the bug and you will get emails with instructions when they are ready.

Any questions and non-essential comments should be posed in the comment section on the OMG! Ubuntu! article.

http://www.omgubuntu.co.uk/2010/12/help-improving-banshees-performance-on-maverick/

Thank you.

Revision history for this message
Carlos Alexandro Becker (caarlos0) wrote :

here to.

Revision history for this message
David Nielsen (davidnielsen-deactivatedaccount) wrote :

I have been advice that this needs to go through something Ubuntu calls the SRU process see: https://wiki.ubuntu.com/StableReleaseUpdates

Revision history for this message
Sameer Morar (smorar) wrote :

I've rolled the natty package into a ppa for maverick here:
https://launchpad.net/~smorar/+archive/random

Revision history for this message
n3rd (n3rd) wrote :

This is an excellent contribution!

Revision history for this message
Micah Gersten (micahg) wrote :

Thank you for reporting this to Ubuntu. Unfortunately, we cannot drop a new version of sqlite3 into a stable release (see https://wiki.ubuntu.com/StableReleaseUpdates) without a lot of testing since so many apps use sqlite. Also, per http://sqlite.org/news.html, the sqlite authors say upgrading is optional from 3.7.2 to 3.7.3 or 3.7.4. If there is an improvement to be had, it would be much better to be able to find that commit from sqlite that fixes it and have a test case to verify that it does indeed solve a problem. A minimal change is desired for a stable release.

Changed in sqlite3 (Ubuntu):
status: Confirmed → Incomplete
Revision history for this message
David Nielsen (davidnielsen-deactivatedaccount) wrote :

I would frankly prefer a well tested rollout of 3.7.4, cherrypicking the specific commits that fix this seems.. problematic given upstreams tools.

Regardless nobody has reported any regression in Banshee or outside of it in all the time we have recommended users upgrade to 3.7.3+. Nothing in the commit logs for SQLite seems overtly scary and much of it downright desirable.

I think providing we can get this in -proposed and leave it till comfort is found to unleash it as a stable update things will be great. I would be happy to help point users who report bugs to Banshee to testing procedures, and have them provide feedback. I am however categorically not subjecting myself to Fossil to cherrypick any patch(es), it is time away from handling Banshee bugs I cannot afford nor a task I am at all qualified to do, I am not after all the SQLite maintainer. I am merely looking to fix a case of Ubuntu making Banshee broken in my role as upstream bug triager and developer.

Revision history for this message
Sameer Morar (smorar) wrote :

I agree with Micah about not performing an SRU with the latest sqlite release.
The more appropriate route would be to get 3.7.4 it into -backports.

That said, I am keen on figuring out what patch fixes the performance regression.
David, are you able to come up with a robust test case that demonstrates the performance regression?
The kind of thing that I'm looking for is the SQL query that banshee makes which is slow in sqlite 3.7.2, which is improved in sqlite 3.7.4.

Revision history for this message
David Nielsen (davidnielsen-deactivatedaccount) wrote :
Revision history for this message
Sameer Morar (smorar) wrote :

I have found two performance related checkins since 3.7.2:
Fixed in 3.7.3: http://www.sqlite.org/src/info/ece641eb89
Fixed in 3.7.4: http://www.sqlite.org/src/info/1e0db99797

These commits relate to the use of the WHERE clause in SQL queries.

Sameer Morar (smorar)
Changed in sqlite3 (Ubuntu):
assignee: nobody → Sameer Morar (smorar)
Revision history for this message
David Nielsen (davidnielsen-deactivatedaccount) wrote :

Only the 3.7.3 change should strictly be needed as users have reported improvements with just 3.7.3 (which is also what Laney states was the first SQLite 3.7.x release without regressions he was aware of).

Seems like we have a candidate, I don't have a maverick machine handy would I have plenty of users. A build with that enabled would be very helpful, I can point users towards it and see if their problem is solved, have them report back here.

Revision history for this message
Sameer Morar (smorar) wrote : Re: [Bug 688781] Re: Please update to 3.7.3 or 3.7.4 in Maverick

Upon further investigation, the 3.7.4 fix is only a testcase.

I am busy patching the 3.7.2 package, and will upload to a ppa for
testing.

Revision history for this message
Sameer Morar (smorar) wrote :

I have patched the maverick package and uploaded it to the following
ppa: https://launchpad.net/~smorar/+archive/bugfixes/+packages

Once it's built, could you test it to check that the fix works?

Revision history for this message
Sameer Morar (smorar) wrote : Re: Please update to 3.7.3 or 3.7.4 in Maverick

By performing a qualitative test using shuffle by score and then pressing next, the patch seems to deal with this issue.

Changed in sqlite3 (Ubuntu):
assignee: Sameer Morar (smorar) → nobody
status: Incomplete → Confirmed
Revision history for this message
Sameer Morar (smorar) wrote :

Can someone else also verify that this fix works using the package in the ppa, before I subscribe ubuntu-sponsors?

Sameer Morar (smorar)
summary: - Please update to 3.7.3 or 3.7.4 in Maverick
+ Fix performance regression affecting Banshee
tags: added: patch
Revision history for this message
Sameer Morar (smorar) wrote :
Revision history for this message
Sameer Morar (smorar) wrote :
Revision history for this message
Sameer Morar (smorar) wrote :

TEST CASE:

1) Download attachments: banshee.db and banshee-test.sql
2) Run the following command:

time sqlite3 banshee.db < banshee-test.sql

My results using sqlite3 3.7.2-1 from maverick:
real 0m8.317s
user 0m1.840s
sys 0m0.004s

My results using sqlite3 3.7.2-1ubuntu0.1 from ppa:smorar/bugfixes,
patched with the attached patch:
real 0m0.202s
user 0m0.176s
sys 0m0.012s

Note the improvement in execution time

Sameer Morar (smorar)
tags: added: sru
removed: upgrade
tags: removed: wishlist
Revision history for this message
Sebastien Bacher (seb128) wrote :

the issue is fixed in natty

Changed in sqlite3 (Ubuntu):
importance: Undecided → Low
status: Confirmed → Fix Released
Changed in sqlite3 (Ubuntu Maverick):
importance: Undecided → Low
status: New → Fix Committed
Revision history for this message
Sebastien Bacher (seb128) wrote :

Thank you for your work, I've sponsored the debdiff now

Revision history for this message
Martin Pitt (pitti) wrote :

The diff looks fine, but please reupload with a fixed bug reference in the changelog.

Revision history for this message
Sameer Morar (smorar) wrote :
Revision history for this message
Sebastien Bacher (seb128) wrote :

sorry Sameer for not commenting but I've fixed and reuploaded the update already

Revision history for this message
Martin Pitt (pitti) wrote : Please test proposed package

Accepted sqlite3 into maverick-proposed, the package will build now and be available in a few hours. Please test and give feedback here. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance!

tags: added: verification-needed
Revision history for this message
Sameer Morar (smorar) wrote :

The proposed package works for me

My results using the testcase are as follows:
sqlite3 3.7.2-1 from maverick:

real 0m8.468s
user 0m8.193s
sys 0m0.016s

sqlite3 3.7.2.1ubuntu0.1 from maverick-proposed:

real 0m0.463s
user 0m0.184s
sys 0m0.012s

tags: added: verification-done
removed: verification-needed
Revision history for this message
Micah Gersten (micahg) wrote : [Bug 688781] Re: Fix performance regression affecting Banshee

I would think due to the nature of this fix, someone else should verify.

Revision history for this message
Sameer Morar (smorar) wrote :

Fair enough. Re-tagging that verification is needed.

tags: added: verification-needed
removed: verification-done
Revision history for this message
Pedro Villavicencio (pedro) wrote :

I've following the test case and the results are:

with the current sqlite on Maverick:

real 0m4.811s
user 0m4.748s
sys 0m0.012s

with the proposed version:

real 0m0.113s
user 0m0.104s
sys 0m0.004s

Tested Banshee as well and you can feel that the performance is improved specially when analyzing the whole library. Marking this as verification done, thanks all.

tags: added: verification-done
removed: verification-needed
Revision history for this message
David Nielsen (davidnielsen-deactivatedaccount) wrote :

Thank you on behalf of the Banshee team, our Maverick testers for the Natty switch to Banshee will be able to produce far more useful feedback to us now.

Revision history for this message
gsiliceo (nombre-falso) wrote :

I was affected too and i solved it with Sameer Morar's PPA

1) exit banshee

2) add the PPA: ppa:smorar/random

3) update your system

Step 2 and 3 can be easily performed in a gnome-terminal thusly:

sudo apt-add-repository ppa:smorar/random

sudo apt-get update && sudo apt-get upgrade

Revision history for this message
Sameer Morar (smorar) wrote :

Hi gsiliceo

Could you rather use the package that has been uploaded to the maverick-proposed (https://wiki.ubuntu.com/Testing/EnableProposed) repository. Additional verification will help get the fixed package into maverick-updates sooner.

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package sqlite3 - 3.7.2-1ubuntu0.1

---------------
sqlite3 (3.7.2-1ubuntu0.1) maverick-proposed; urgency=low

  * debian/patches/21-688781-where-performance-regression.patch:
    Backport a fix for a performance regression relating to SQL queries
    using the WHERE conditional (lp: #688781). Patch adapted from
    upstream commit: ece641eb89
 -- Sameer Morar <email address hidden> Mon, 13 Dec 2010 18:01:14 +0200

Changed in sqlite3 (Ubuntu Maverick):
status: Fix Committed → Fix Released
Changed in banshee:
importance: Unknown → Medium
status: Unknown → Incomplete
Changed in banshee:
status: Incomplete → Fix Released
Changed in banshee:
status: Fix Released → Unknown
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.