Why are column oriented databases faster than row oriented? | Terence Siganakis
february 2012 by blech
On using bitmap encoding per column to make databases (such as Mongo and Vertica) faster.
database
speed
columnoriented
technology
development
from instapaper
february 2012 by blech
Jeffrey Rosen: Interpreting The Constitution In The Digital Era | NPR
november 2011 by blech
[[ These new technologies are "challenging our Constitutional categories in really dramatic ways," says George Washington University law professor Jeffrey Rosen. "And what's so striking is that none of the existing amendments give clear answers to the most basic questions we're having today." ]]
us
privacy
rights
constitution
technology
database
npr
radio
freshair
november 2011 by blech
Supreme Court To Hear HIV-Positive Pilot's Privacy Case | NPR
november 2011 by blech
"The joint operation, dubbed Operation Safe Pilot, fed in the names of 45,000 pilots in Northern California, cross-referenced them with the names of those who got any Social Security benefits, and came up with some 3,200 violators." Apparently this is probably but not certainly illegal in the US. I assume the UK's Data Protection Act would forbid this, but I'm not sure. One to watch.
privacy
database
politics
medicine
information
data
npr
crossreferencing
november 2011 by blech
SQLite datastore stub for the Python GAE SDK | Nick's Blog
march 2010 by blech
"The Python SDK's datastore implementation operates by storing the entire contents of your development datastore in memory." "The new local datastore implementation fixes both these issues by rewriting the datastore stub to use SQLite as a backend." Try the beta now. (docent's memory usage when running a local copy of the full DB was... painful.)
google
appengine
sqlite
database
march 2010 by blech
DNA pioneer: drop innocent from database | The Guardian
april 2009 by blech
Alec Jeffreys calls for the DNA database to be cut down to size. I wonder if the headline was deliberately playing on SQL's syntax, though.
guardian
politics
dna
database
police
via:andym
april 2009 by blech
App Engine conclusions | Jonathan Ellis
january 2009 by blech
This seems to be a consistent source of App Engine criticism; basically, "I don't see the point of giving up my RDBMS just for (alleged) scalability". The comments do a good job of pointing out that, actually, RDBMSes just leave you with the pain of partitioning later. Mind you, my perspective's a bit odd, given how rarely I use persistent local data. (He's right about background tasks though.)
google
appengine
scaling
database
january 2009 by blech
Organize, Share, Discover Info Around Your Interests | Twine
november 2008 by blech
"Use it to collect and share bookmarks, notes, videos and other content. Twine organizes your content, learns as you use it and recommends new things to check out."
personalnewspaper
web
database
social
network
community
tagging
information
bookmarks
november 2008 by blech
Faking a message queue | jerakeen.org
october 2008 by blech
Sign me up for the database-using faked message queue. While we're at it, can we have one built in to a web app framework please? Also, one that ran on a simple DB might be nice (rather than needing MySQL).
messaging
database
development
wishlist
october 2008 by blech
GettingStartedWithFuton | Couchdb Wiki
october 2008 by blech
There was a lightning talk at the London Python meeting yesterday touching on couchdb (another non-relational data store) and cherry.py, but the most impressive bit was Futon, the web-based front end to couchdb. However, if its web presence is this bad, no wonder I'd not heard of it.
couchdb
futon
database
datastore
web
october 2008 by blech
Gearshift (Migrations for Gears) | Code by Patrick Quinn-Graham
september 2008 by blech
Does what it says in the title, giving you a mechanism for migrating Gears data from one schema to another.
google
google/gears
database
migration
javascript
september 2008 by blech
Announcing dmigrations | Simon Willison's weblog
september 2008 by blech
"It addresses a common problem in Django development: if you change a model after creating the database tables for it with syncdb, how do you reflect those changes in your database tables without blowing away your existing data and starting again from scratch?" This is one approach.
django
python
database
development
orm
september 2008 by blech
building a relational database using jQuery | nick
april 2008 by blech
This is, er, something. Using jQuery and an HTML table to write something that works basically the same as SQL. Clientside.
database
hack
html
javascript
jquery
via:infovore
april 2008 by blech
html5-gears | Google Code
march 2008 by blech
What it says on the tin: "A JavaScript shim for HTML 5's offline API and manifest format, implemented using Google Gears under the cover." Useful now there's an HTML5 storage API supporting browser out there.
google
code
storage
database
offline
html5
march 2008 by blech
Schedules, Open Format | BART
february 2008 by blech
"Throw away your screen scraper: BART has official schedules, fares and other data in the open Google Transit™ Feed Specification (GTFS)." Great news for those in SF.
transport
sanfrancisco
data
database
google
api
february 2008 by blech
the web killed the database star | discipline and punish
february 2008 by blech
A response to Jon Udell's post about "data friction" and scraping databases, looking deeper, at whether (relational) DBs are part of the problem. (See also: API joins?)
database
development
web
api
via:ade
february 2008 by blech
Overcoming data friction | Jon Udell
february 2008 by blech
On screen scraping. "So somebody got paid to write software to turn the database into web pages, and now you’re getting paid to write software that turns those web pages back into a database?" Shame about the (tiny) MS plug, maybe.
web
semanticweb
development
python
comment
database
data
api
february 2008 by blech
thinking about spreadsheets | tecznotes
february 2008 by blech
Further thinking on "iTunes as spreadsheet", contrasting that to what a music-playing database would look like, and more generally on the growth of easily embeddable DBs.
development
database
spreadsheet
software
music
itunes
design
february 2008 by blech
About Amazon SimpleDB | Inside Looking Out
december 2007 by blech
Erlang? Interesting. It does seem very lightweight; not so much a database as a toolkit for storing data and building tools around it.
amazon
database
programming
software
via:joshua
december 2007 by blech
SimpleDB | Amazon
december 2007 by blech
The Amazon API/service computing juggernaut rumbles on with a RESTian database API. Not sure it makes sense for people already relying on RDBMSes, but it's certainly interesting.
amazon
database
programming
api
webservice
zimki
december 2007 by blech
Web Inspector Update | Surfin’ Safari
december 2007 by blech
Every time they update this it gets better. CSS editing and SQLite local database inspection? Yes please. It's now getting to the point where a comparison with Firebug has both with missing features.
macosx
safari
development
webkit
css
sqlite
database
december 2007 by blech
Is Greasemonkey the answer to everything?
november 2007 by blech
Rev Dan Catt posts to Flickr Ideas about Greasemonkey and scaling. I'd also note that it's a lot easier to build a little GM script than a standalone app, and also easier to drive adoption. (I was going to post about this once. Sigh.)
flickr
api
greasemonkey
hacks
web
development
database
november 2007 by blech
Google Base blog import instructions
august 2007 by blech
Google's blog import format uses Atom/XML, like the Alastair Rankine proposal.
blog
export
database
xml
atom
august 2007 by blech
Scalable BLOB Streaming Infrastructure for MySQL
july 2007 by blech
"will transform MySQL into a scalable media server capable of streaming pictures, films, MP3 files and other binary and text objects directly in and out of the database."
database
development
mysql
blob
via:mattb
july 2007 by blech
Connect to External SQL Data Sources with FileMaker
july 2007 by blech
"Have you ever wished that you could access information stored in MS SQL Server, Oracle and MySQL? Now you can!" This might have been useful, ten years ago.
apple
filemake
database
applications
osx
sql
july 2007 by blech
Size isn't everything for the modest creator of SQLite
june 2007 by blech
"Richard Hipp's database is used by some of the biggest names in IT - but he has not made a penny from it" SQLite isn't merely open source, it's public domain. Half of the 250KB limit is tests. It beats SQL Server in some scenarios. A good article.
sqlite
database
opensource
technology
culture
testing
june 2007 by blech
oakland crime maps VI: public, indexed data (tecznotes)
may 2007 by blech
"Both Flickr and Twitter make it somewhat difficult to move through giant lists [while] the databases quietly running these services are wildly denormalized and indexed like crazy, making it possible to generate these lists" Have to read this properly.
database
semanticweb
data
design
web
comment
toread
via:mattb
may 2007 by blech
Colin Charles Web Log - MySQL (Category)
april 2007 by blech
Lots of good writeups from the MySQL conference; the Flickr, YouTube and Google ones are all interesting.
mysql
database
conferences
toread
april 2007 by blech
A fundamental way newspaper sites need to change | Holovaty.com
september 2006 by blech
Interesting thoughts on CMSes
newspapers
database
semanticweb
web
journalism
september 2006 by blech
The Blog Ride - The Vietnam of Computer Science
june 2006 by blech
Saved unread so that davorg can see it.
development
orm
database
toread
via:coty
june 2006 by blech
RightFields | Plugins for Movable Type | staggernation.com
may 2006 by blech
I'm not sure if using MT as a database is a genius idea or the most insane thing ever.
movabletype
database
plugin
via:quernstone
may 2006 by blech
O'Reilly Radar > Database War Stories #2: bloglines and memeorandum
april 2006 by blech
Do you really need a database? Is Web 2.0 another iteration of "worse is better"? And when did I turn into a YAML advocate anyway?
database
persistence
perl
blogcomment
april 2006 by blech
Guardian Unlimited Technology | Technology | Give us back our crown jewels
march 2006 by blech
Launching a "Free Our Data" campaign to get the UK (and EU?) to open up the data Government bodies/quangoes collect, like most US national agencies.
guardian
technology
database
geowanking
campaign
march 2006 by blech
brad's life - UUIDs in the database
november 2005 by blech
If Tom's scared I'm scared. Having said that, what Brad says makes sense to me. Down with UUIDs!
via:jerakeen
database
uuid
development
scary
november 2005 by blech
search.cpan.org: DBD::iPod - Connect to an iPod via DBI
january 2005 by blech
I hope this does what it says on the tin, but I'd prefer DBD::iTunes
mac
perl
database
development
january 2005 by blech
Wired News: The House That Music Fans Built
july 2004 by blech
Gracenote leave a really bad taste in my mouth, for closing their DBs. Yay for MB and FreeDB.
database
id3
mp3
from delicious
july 2004 by blech
CocoaMySQL
april 2004 by blech
Free remote GUI SQL client. Fairly nifty
database
development
mac
macosx
april 2004 by blech
DataWerkz
april 2004 by blech
Somewhere between CocoaMySQL, Filemaker and Access?
database
development
mac
macosx
april 2004 by blech
related tags
amazon ⊕ api ⊕ appengine ⊕ apple ⊕ applications ⊕ atom ⊕ blob ⊕ blog ⊕ blogcomment ⊕ bookmarks ⊕ campaign ⊕ code ⊕ columnoriented ⊕ comment ⊕ community ⊕ computing ⊕ conferences ⊕ constitution ⊕ couchdb ⊕ crossreferencing ⊕ css ⊕ culture ⊕ data ⊕ database ⊖ datastore ⊕ design ⊕ development ⊕ django ⊕ dna ⊕ export ⊕ filemake ⊕ flickr ⊕ freshair ⊕ futon ⊕ geowanking ⊕ google ⊕ google/gears ⊕ greasemonkey ⊕ guardian ⊕ hack ⊕ hacks ⊕ html ⊕ html5 ⊕ id3 ⊕ information ⊕ itunes ⊕ javascript ⊕ journalism ⊕ jquery ⊕ mac ⊕ macosx ⊕ medicine ⊕ messaging ⊕ migration ⊕ movabletype ⊕ mp3 ⊕ music ⊕ mysql ⊕ network ⊕ newspapers ⊕ npr ⊕ offline ⊕ opensource ⊕ orm ⊕ osx ⊕ perl ⊕ persistence ⊕ personalnewspaper ⊕ plugin ⊕ police ⊕ politics ⊕ privacy ⊕ programming ⊕ python ⊕ radio ⊕ rights ⊕ safari ⊕ sanfrancisco ⊕ scaling ⊕ scary ⊕ semanticweb ⊕ social ⊕ software ⊕ speed ⊕ spreadsheet ⊕ sql ⊕ sqlite ⊕ storage ⊕ tagging ⊕ technology ⊕ testing ⊕ tools ⊕ toread ⊕ transport ⊕ us ⊕ uuid ⊕ via:ade ⊕ via:andym ⊕ via:coty ⊕ via:infovore ⊕ via:jerakeen ⊕ via:joshua ⊕ via:mattb ⊕ via:quernstone ⊕ web ⊕ webkit ⊕ webservice ⊕ wishlist ⊕ xml ⊕ zimki ⊕Copy this bookmark: