Skip to content

Instantly share code, notes, and snippets.

@gharriso
Created February 15, 2018 00:23
Show Gist options
  • Save gharriso/0d782e22678739a5aa4d270c10a92a5c to your computer and use it in GitHub Desktop.
Save gharriso/0d782e22678739a5aa4d270c10a92a5c to your computer and use it in GitHub Desktop.
OrderExample.embeddedOrders {"_id":1}
OrderExample.embeddedOrders {"email":1}
OrderExample.embeddedOrders {"orders.orderStatus":1}
OrderExample.customers {"_id":1}
OrderExample.customers {"email":1}
OrderExample.orders {"_id":1}
OrderExample.orders {"customerId":1}
OrderExample.orders {"orderStatus":1}
OrderExample.lineitems {"_id":1}
OrderExample.lineitems {"orderId":1}
OrderExample.lineitems {"prodId":1}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment