28.Sep.2009 at 05:22 by Ville Walveranta
Good review of non-RDBMS databases; enjoyed the talk!
Scott MacVicar (27.Sep.2009)
Talk at CodeWorks 2009 (Dallas) (English - US)
Relational databases are considered the norm for most new projects but is it really suited to the task? The most common use for a database isto store data to disk in which an elaborate statement is used to retrieve. In most cases its difficult to correctly scale a RDBMS andyou still need to have enough space to store an entire copy of the database. Database systems such as CouchDB, MemcacheDB and Amazon's SimpleDBtake a different approach that make it easier to do distribution and simpler to use. This session will briefly cover why a relationaldatabase might be a bad choice for your project before exploring CouchDB, MemcacheDB and SimpleDB as possible solutions.Included will be some code samples and demos.
Quicklink: https://joind.in/716
By clicking this button you are declaring that you are the speaker responsible for it and a claim request will be sent to the administrator of the event.
If the claim is approved you will be able to edit the information for this talk.
Are you sure?
30.Sep.2009 at 14:36 by Jake Smith
A great introductory to CouchDB and MemcacheDB, and associated software. I would like to see more real world examples or personal experience with these DBs in your next presentation.
27.Sep.2009 at 16:50 by Jason Ragsdale
Great information, will look into CouchDB further after Scott showed it off a bit.