(Untitled)

Aug 27, 2010 10:59

у SQL есть один плюс - сделать delete from гораздо быстрее и удобнее, чем

map_fun = '''function(doc) {if ( doc.type == 'offer' ) {emit(doc._id, doc._rev);}}'''
results = db.query(map_fun)
for i in results: db.delete(couchdb.Document(_id=i.key, _rev=i.value))

couchdb

Leave a comment

Comments 4

samurai_within August 27 2010, 07:51:32 UTC
какой изврат.

Reply

soul_r August 27 2010, 08:20:46 UTC
"Непривычно", ты хотел сказать?

Reply


(The comment has been removed)

soul_r August 28 2010, 13:54:29 UTC
тут не truncate, тут delete * from %table where type='offer';

но да, в простых случаях sql гораздо лаконичнее

Reply


rashannkv September 17 2010, 15:10:50 UTC
В друзьях :)

Reply


Leave a comment

Up