Already a member? Sign In
1 year, 6 months ago.
Simple example: (Create 200 documents with prefix of "notes" with default options and save them to database)
$.jqCouch.connection('doc').bulksave($.ajatus.preferences.client.contentdatabase, $.ajatus.utils.doc_generator('notes', 200));
1 year, 6 months ago by wick3d
Cool. How's performance with thousands of entries?
1 year, 6 months ago by bergie
http://jaiku.com/channel/ajatus/presence/22192485
Sign in to add a comment
3 comments so far
Simple example: (Create 200 documents with prefix of "notes" with default options and save them to database)
$.jqCouch.connection('doc').bulksave($.ajatus.preferences.client.contentdatabase, $.ajatus.utils.doc_generator('notes', 200));
1 year, 6 months ago by wick3d
Cool. How's performance with thousands of entries?
1 year, 6 months ago by bergie
http://jaiku.com/channel/ajatus/presence/22192485
1 year, 6 months ago by wick3d