Bug 620618 - RFE: Add Gwibber SQLite branch support
Summary: RFE: Add Gwibber SQLite branch support
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: gwibber
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Tom "spot" Callaway
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-08-03 02:27 UTC by Dagan McGregor
Modified: 2010-08-03 12:51 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-08-03 12:51:55 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Dagan McGregor 2010-08-03 02:27:19 UTC
Description of problem:
Gwibber currently relies on Desktopcouch, CouchDB, which relies on a large number of Erlang packages.

The current CouchDB version is slow and prone to resource consumption problems. An alternative branch for Gwibber was developed to port to SQLite for the storage backend

It would be nice to have this added to Rawhide to give option to test as long-term alternative to the current Gwibber backend CouchDB

Version-Release number of selected component (if applicable):

gwibber/230-sqlite-backend

Additional info:

http://gwibber.com/blog/
CouchDB and SQLite backends

Gwibber 2.30 uses Ubuntu's DesktopCouch framework so that it can its message cache, accounts, settings, and other relevant information inside of a local CouchDB database. Although DesktopCouch offers a lot of compelling advantages, such as seamless synchronization, it has some performance limitations and is difficult to package.

Users who do not want to rely on CouchDB can instead use Gwibber's SQLite backend. This alternate storage backend obviates the DesktopCouch dependency and also offers improved performance and stability. If you want to run Gwibber with SQLite, you can obtain it from the 230-sqlite-backend branch on Launchpad. I am currently working to integrate this alternate backend directly into the latest code in Gwibber trunk so that it will be easier to maintain it alongside the existing CouchDB backend.

In future versions of Gwibber, SQLite will be used by default for all message caching. CouchDB will be used for storing accounts if it is available, with the ability to automatically using SQLite instead as a fallback when DesktopCouch is not installed.

https://code.edge.launchpad.net/~segphault/gwibber/230-sqlite-backend

Comment 1 Tom "spot" Callaway 2010-08-03 12:51:55 UTC
This is already in Rawhide.


Note You need to log in before you can comment on or make changes to this bug.