non relational database - RavenDB: efficient enough? -
my boss asked me think migrating non-relational database ravendb. understand, have rewrite in c# stored procedures. please tell me if using ravendb idea, , efficient enough?
thanks.
your question ambiguous. comparing ravendb sql on matter of efficiency not relevant. efficiency ambiguous here. however..!
a designed lucene index (basic/core mechanics of ravendb) perform better stored procedure (especially if infested logic). basically, potentially faster.
also, extracting logic (if any) belongs.
the c# api amazing...
Comments
Post a Comment