Closed Bug 971997 Opened 11 years ago Closed 10 years ago

Server needs to store room and participant tokens in database

Categories

(Hello (Loop) :: Server, defect)

defect
Not set
normal

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 974317

People

(Reporter: abr, Assigned: rgauthier)

References

Details

      No description provided.
Blocks: loop_mvp
Have we already chosen our DB implementation? I saw NoSQL on a slide. Also, does this bug cover obtaining these tokens?
Component: General → Server
Ok, it does not cover obtaining the tokens; that is bug 971996. This covers everything we do on the way to storing them once we have them. Presumably retrieval is implied here.
We found out that for key/value mappings, it can make sense to actually use either an in-memory db — think memcache / membase — or MySQL.

We know how to scale and operate these two things, so that may make sense to use them rather than another NOSQL server we don't know yet. For instance, Redis is a great thing but it's not multi DC (or at least it wasn't a year ago), and other ones are probably too big for us to use yet (Cassandra is 15 servers minimum, Riak is 5 etc.).
Blocks: loop_mlp
Depends on: 971996
Assignee: nobody → rgauthier
Status: NEW → ASSIGNED
Resolution if this will be attached to 974317 patch.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
OK. Verified as a duplicate.
Status: RESOLVED → VERIFIED
QA Contact: jbonacci
You need to log in before you can comment on or make changes to this bug.