<feed xmlns="http://www.w3.org/2005/Atom">
  <title>SLACKWORKS/BLARG/COUCHDB</title>
  <link rel="self" href="http://blarg.slackworks.com/tags/couchdb/feed.xml" />
  <link rel="alternate" href="http://blarg.slackworks.com/tags/couchdb" />
  <id>http://blarg.slackworks.com/tags/couchdb</id>
   <updated>2008-01-16T19:47:04Z</updated>
  <author><name>Slackworks</name></author>

    <entry>
      <title>Getting a Good View of Your Couch</title>
      <link rel="alternate" href="http://blarg.slackworks.com/posts/getting-a-good-view-of-your-couch" />
      <id>http://blarg.slackworks.com/posts/getting-a-good-view-of-your-couch</id>
      <updated>2008-01-30T00:52:28Z</updated>
      <author><name>Jon Guymon</name></author>
      <summary> So far I have been doing all my CouchDB queries using &#8220;temporary views&#8221; which are Javascript strings which are POSTed to the database and used to select the records you're interested in.  A more efficient way to do it is to save the Javascript strings as documents, these can be called with less traffic and a simpler  API .  &#8220;Permanent views&#8221; also create cached indexes, so they offer performance advantages over temporary views as well. </summary>
    </entry>
    <entry>
      <title>First Post</title>
      <link rel="alternate" href="http://blarg.slackworks.com/posts/first-post" />
      <id>http://blarg.slackworks.com/posts/first-post</id>
      <updated>2008-01-16T02:02:05Z</updated>
      <author><name>Jon Guymon</name></author>
      <summary> What do we have here?      It would seem to be yet another blog, and it is.  This one, however, is built with  merb  and  CouchDB  so building it gave me a chance to experiment with some interesting projects that I don't get to use in my daily life as a professional web developer. </summary>
    </entry>
  
</feed>