facebookarchive / flashback

Capture and replay real mongodb workloads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for multi-updates

timvaillancourt opened this issue · comments

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.