Thursday, May 04, 2006

Database war stories: Findory

Tim O'Reilly posted a short interview with me that discusses the backend architecture of Findory.

2 comments:

  1. Hi!

    Did you ever consider shipping MyISAM files out to running servers? Or did you not want the overhead of SQL?

    -Brian

    ReplyDelete
  2. Hi, Brian. No need for SQL for that read-only data. Simple key -> value lookups.

    ReplyDelete