Slides from my OpenDBCamp keynote (Froscon track)
Submitted by hingo on Sat, 2011-08-20 10:11
I just uploaded my slides from my Open DB Camp / Froscon talk to Slideshare:
Froscon2011 how i learned sql - henrik ingo-2
View more presentations from henrikingo.
As it's not obvious in the slides, the conclusion on the last slide is: "So I guess from now on I have to make a choice based on technical merits instead."
We had a good and philosophical discussion among many DB veterans so I was quite happy with how it worked out and ended up spending the full 60 minute slot instead of the planned 30 minutes. I'd like to thank Felix for inviting me - I really enjoy giving these more high level and philosophical talks every now and then.
Update: I realized I forgot to add Creative Commons deed and also credit the pictures I used from others. This is now done in the attached open office presentation.
| Attachment | Size |
|---|---|
| Froscon2011 - How I learned SQL - Henrik Ingo-2.odp | 860.85 KB |
»
- hingo's blog
- 2008 reads
About the book
About this site
Books
BuildBot
Business models
bzr
cloud computing
Community
communityleadershipsummit
coodiary
Copyright
Creative Commons
Databases
datamining
Drizzle
Drupal
Ethics
Froscon
Funny
Galera
Gnome
High Availability
Internet
KDE
Licensing
Linux
Maker culture
MariaDB
MepSQL
Microsoft
MontyProgram
MySQL
Nerds
NoSQL
odba
Open Content
Open Source
Oracle
OSCon
Patents
Percona
Personal
Philosophy
Pirates
PlanetDrupal
Politics
PostgreSQL
Programming
Severalnines
Silly
SkySQL
Sun
Symbian
sysbench
Technical
Technology
The making of
Ubuntu
volcano
Web2.0


Pingback
[...] read more [...]
Pingback
[...] just uploaded my slides from my Open DB Camp / Froscon talk to Slideshare: read more Read more... Categories: MySQL Share | Related [...]
schema free database
I have worked with databases on and off from mid70ties (mySQL since 2001). Now I'm struggling to learn NOSql databases. The weakest link i found so far is the absence of a unifying access language. We also use Lotus Notes which have a NOSql database (so I'm told). The biggest criticism against Lotus Notes at my company is 'we do not have any control over the data in there'. IT-managers before and after me have tried to document the data but failed. Now while learning about NOSql I suspect the 'schema-free' is if not the root cause one 'feature' that makes it hard to control the data in LN databases. Right now I have problems to see the benefits of NOSql. MApReduce is great but it is not unique to NOSql. I run MapReduce procedures against network databases in the early 80ties. I also implemented a mapReduce scheme against MySQL (e.g. reconstructing BOM trees from a SAP system). And if you think SQL is complicated, you should probably do something else than creating NOSql mapReduce procedures in Erlang.
But I admit the replicating features of couchDB is very interesting.
The thing that's different
The thing that's different now compared to previous attempts at "database without SQL interface" is that we have a standard serialization format across programming languages: JSON. I think it's a contributing reason to why they are succeeding - you get the benefits of being schemaless but you can actually understand what's in there and it's accessible with any language, many clients.
Post new comment