This link has been bookmarked by 28 people . It was first bookmarked on 11 May 2007, by aaron r.
-
27 Apr 11
-
30 Jan 09
-
13 Jul 08
-
28 Aug 07
-
the limits you need to put on yourself when storing a billion rows in a database, and they included: no joins, no transactions, no stored procedures, and no triggers.
-
Joshua has similar suggestions from his experience building del.icio.us: no joins, no transactions, no autoincrement
-
BigTable, Google's column-based store with no transactions
-
RDF + SPARQL + distributed data sources from around the web?
-
designing and maintaining yet another relational schema for yet another webapp - doing so is starting to make as much sense as designing my own filesystem or TP monitor.
-
What's the point in designing tables for a webapp when an RDF-backed store will manage the data for you and RDF queries will come back as tabular data anyway?
-
reason that rails and django are so productive; they're highly optimised for domain models. Raw RDF doesn't really do domains like that; you have to expend effort distilling triples into 'things';
-
-
20 Aug 07
-
16 Aug 07
-
30 Jul 07
Andrew GilmartinHere's the thing, we need a new kind of data store, a new kind of SQL, something that does for storing and querying large amounts of data what SQL did for normalized data.
-
Geoffrey Bilder"Here's the thing, we need a new kind of data store, a new kind of SQL, something that does for storing and querying large amounts of data what SQL did for normalized data."
-
22 Jul 07
-
22 May 07
ken .Scalability - "Some common themes are emerging. If you want to scale to the petabyte level, or the billion requests a day, you need to be: Distributed, Joinless (no DRI, SP's :), De-Normalized, Transactionless" + GUID's (no autoincrement) + Hawkin's HTM
architecture bigtable computer cortex data database delicious design ebay google growth intelligence network po sql web yahoo
-
20 Apr 07
-
17 Apr 07
-
06 Apr 07
Dan Connollygotta read this again, I think. esp comments on whether RDF contributes to an answer
-
05 Apr 07
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.