JSON documents and SQL database tables
Posted
by
Sharmi
on Stack Overflow
See other posts from Stack Overflow
or by Sharmi
Published on 2012-04-06T06:19:59Z
Indexed on
2012/04/06
11:29 UTC
Read the original article
Hit count: 256
Do JSON documents in RavenDB cost more than the SQL Server tables in terms of the storage and query costs.
And also for centralized access, which one is better?
What are the disadvantages of NON-SQL databases like RavenDB,CouchDB,MongoDB, etc... ? I can get that some of these are open source and support more datatypes like enums,objects,etc. but otherwise i don't see any big advantage?
Currently there is a problem of storing huge amount of logs from various locations. I am planning to suggest these to my manager so just need a clear idea.
© Stack Overflow or respective owner