Bulk insert
Reported by Matt Aimonetti (mattetti) | October 3rd, 2008 @ 03:20 PM
A user should be able to insert a bunch of records at once using _bulk_docs
Comments and changes to this ticket
-
Brent Dillingham October 24th, 2008 @ 08:29 AM
I notice that this has been implemented as CouchRest::Database#bulk_save, which does appear to work nicely.
However I noticed that when doing something like:
LampPost.database.bulk_save([...])
The resulting documents in the LampPost database don't get the
couchrest-type
attribute assigned as "LampPost", as it would if you did:LampPost.new({...}).save
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
"CouchDB, close to the metal." <a href="http://github.com/jchris/couchrest/tree/master">CouchRest</a> is a RESTful layer for accessing CouchDB, based off CouchDB's included Javascript reference client. CouchRest also includes helpers for running large queries etc. There is also a base class for ActiveRecord / Datamapper style ORM, called CouchRest::Model.