[jira] Commented: (COUCHDB-249) Treat output rows of views as documents for other views to build upon

2009-02-12 Thread Viacheslav Seledkin (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12673169#action_12673169 ] Viacheslav Seledkin commented on COUCHDB-249: - I support this requirement. In

Re: svn commit: r743971 - in /couchdb/trunk: etc/couchdb/default.ini.tpl.in src/couchdb/couch_db.erl src/couchdb/couch_httpd.erl src/couchdb/couch_httpd_db.erl src/couchdb/couch_stream.erl src/mochi

2009-02-12 Thread Chris Anderson
On Thu, Feb 12, 2009 at 7:55 PM, wrote: > Author: jchris > Date: Fri Feb 13 03:55:36 2009 > New Revision: 743971 > > URL: http://svn.apache.org/viewvc?rev=743971&view=rev > Log: > Accept standalone attachment PUTs with Transfer-Encoding: chunked > Includes a patch to mochiweb_request that is unde

Re: progress on streaming attachments during replication

2009-02-12 Thread Chris Anderson
On Thu, Feb 12, 2009 at 4:32 PM, Adam Kocoloski wrote: > > Ok, thanks, I'll keep an eye out for that. I doubt it'll be a problem. > Here's the diff of what I've done. I'll be looking it over again tonight before I commit it. http://friendpaste.com/rhBaKupuywEZT1iHtR60Y Also, hoping to get feed

Re: progress on streaming attachments during replication

2009-02-12 Thread Adam Kocoloski
On Feb 12, 2009, at 7:10 PM, Chris Anderson wrote: On Thu, Feb 12, 2009 at 4:01 PM, Adam Kocoloski wrote: Hi devs, I spent a good bit of time over the last two days on attachment replication. I started with pull replication since I had a pretty clear idea of what I wanted to do there: S

Re: progress on streaming attachments during replication

2009-02-12 Thread Damien Katz
On Feb 12, 2009, at 7:01 PM, Adam Kocoloski wrote: Hi devs, I spent a good bit of time over the last two days on attachment replication. I started with pull replication since I had a pretty clear idea of what I wanted to do there: a) stop inlining attachments in the JSON document body b)

Re: progress on streaming attachments during replication

2009-02-12 Thread Chris Anderson
On Thu, Feb 12, 2009 at 4:10 PM, Chris Anderson wrote: > On Thu, Feb 12, 2009 at 4:01 PM, Adam Kocoloski > wrote: >> Hi devs, I spent a good bit of time over the last two days on attachment >> replication. I started with pull replication since I had a pretty clear >> idea of what I wanted to do

Re: progress on streaming attachments during replication

2009-02-12 Thread Chris Anderson
On Thu, Feb 12, 2009 at 4:01 PM, Adam Kocoloski wrote: > Hi devs, I spent a good bit of time over the last two days on attachment > replication. I started with pull replication since I had a pretty clear > idea of what I wanted to do there: Sounds like you're on the right track. I'd suggest cont

progress on streaming attachments during replication

2009-02-12 Thread Adam Kocoloski
Hi devs, I spent a good bit of time over the last two days on attachment replication. I started with pull replication since I had a pretty clear idea of what I wanted to do there: a) stop inlining attachments in the JSON document body b) map over the attachment stubs in the source document,

[jira] Updated: (COUCHDB-249) Treat output rows of views as documents for other views to build upon

2009-02-12 Thread Joey Lawrance (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joey Lawrance updated COUCHDB-249: -- Component/s: JavaScript View Server Infrastructure Database C

[jira] Created: (COUCHDB-249) Treat output rows of views as documents for other views to build upon

2009-02-12 Thread Joey Lawrance (JIRA)
Treat output rows of views as documents for other views to build upon - Key: COUCHDB-249 URL: https://issues.apache.org/jira/browse/COUCHDB-249 Project: CouchDB Issue Type:

Re: [jira] Commented: (COUCHDB-245) Couch uses the erlang stdlib module regexp, which is deprecated and set to be removed. It should use the module re instead.

2009-02-12 Thread Kerr Rainey
2009/2/11 Kerr Rainey : > Just a word of warning, people should be aware that the mochiweb > google group seems to have a big porn add with explicit pictures on > the home page. Looks like it's been fixed now. Bob Ippolito edited the description field, just opening it to edit and saving it. He n

Re: Erlang API

2009-02-12 Thread Robert Dionne
On Feb 12, 2009, at 2:59 AM, Michael McDaniel wrote: On Wed, Feb 11, 2009 at 02:57:19PM -0800, Chris Anderson wrote: On Wed, Feb 11, 2009 at 2:36 PM, Michael McDaniel wrote: I'll post some code when it does a bit more than gurgle bubbles. It sounds like you are on the right track, an

[jira] Closed: (COUCHDB-168) allow user-configurable directory for view indexes

2009-02-12 Thread Chris Anderson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Anderson closed COUCHDB-168. -- Resolution: Fixed applied in r743653 - thanks > allow user-configurable directory for view in

[jira] Commented: (COUCHDB-61) Separate storage of attachments from the main database file

2009-02-12 Thread Maximillian Dornseif (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-61?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12672908#action_12672908 ] Maximillian Dornseif commented on COUCHDB-61: - 31.2 GB database with 34175 docu

Re: Erlang API

2009-02-12 Thread Michael McDaniel
On Wed, Feb 11, 2009 at 02:57:19PM -0800, Chris Anderson wrote: > On Wed, Feb 11, 2009 at 2:36 PM, Michael McDaniel wrote: > > > > I'll post some code when it does a bit more than gurgle bubbles. > > It sounds like you are on the right track, and you pointed out the > bits 'erlview' etc that I