facebookarchive / flashback

Capture and replay real mongodb workloads
Other
217 stars 72 forks source link

Add support for multi-updates #41

Open timvaillancourt opened 7 years ago

timvaillancourt commented 7 years ago

Currently in my testing I am unable to get record.py (or pcap_converter) to properly record multi-updates, ie: {multi:1}. Currently multi-updates are logged as regular, single updates.

This issue is to track that multi-updates are currently unsupported.

I may have some time to assist implementing this if we can get agreement on an approach.