← Back to team overview

zeitgeist team mailing list archive

[Bug 488550] Re: DB BUG: event id column is redundant

 

This is a coindidental match. The event.id column is not a primary key
(as rowid is). We can have multiple subjects/event which will give more
than one row with the same event id.

** Changed in: zeitgeist
       Status: New => Invalid

-- 
DB BUG: event id column is redundant
https://bugs.launchpad.net/bugs/488550
You received this bug notification because you are a member of
Zeitgeist-Engine, which is the registrant for Zeitgeist Framework.

Status in Zeitgeist Framework: Invalid

Bug description:
we currently have the id in event set but if u notice it always matches the "rowid" since we just increment.
This should be fixed and it will save us one index :) "rowid" is indexed by default



References