bchavez / RethinkDb.Driver

:headphones: A NoSQL C#/.NET RethinkDB database driver with 100% ReQL API coverage.
http://rethinkdb.com/api/java
Other
384 stars 134 forks source link

Linq Provider should suggest indexes #48

Open jrote1 opened 8 years ago

jrote1 commented 8 years ago

Could be good if the Linq Provider will suggest indexes to improve query performance

bchavez commented 8 years ago

As we discussed earlier, we can enable this when protocol traces are enabled. RetinkDb.Driver.Log should have everything you need. :+1: