database - What kind of application would CouchDB be most useful/performant for? -
I am messing about the UK Postcode / Coordination Ordinance Survey dataset. Since a free hosted CouchDBi instance was offered, I thought I would put my geographic data in one of them, in the process, there would be a little bit to learn about Cochchadi.
The idea was that since Cochindi is considered to be good, handling large datasets (postcode data is approximately 1.7 million records) and works basically with REST / JSON, it can be used for Google Maps applications. Client-side for use with jQuery will tie well with jQuery
My initial purpose is to withdraw only a single XX object with a postcode as a parax, with a latitude / lawn properties, to withdraw a single JSON object,
I have successfully completed it, but coming from the relational DB background, I thought that it was very complex; As I have read more about CHDB and playing with it a bit I think that this will not really be the right tool for this job, I am actually using it for a real world project.
Am I right to think that dynamic question is a bit of weakness for CouchDB? Is it aimed at returning big ideas, which do not change often from large datasets?
I'm happy to be the main cochio hosting boy that you are enjoying cochchadi.
My experience is, basically, relational databases are constantly changing in a big way, better than one-time inquiries from large data sets. It still churns through all the data, neither the SQL nor the SSUl is a silver bullet. However, broadly, if you already know what questions you ask, then the non-compatible database will be better. In other words, it is not a question of how much data changes, but how much is the change in questions .
The same principle is for your specific project, is Sokdebi a good fit? I feel, there is nothing wrong with making many indexes on the basic data set. The only advantage of index-only questions is that questions are very fast, especially CouchDBi only needs new data, even for queries like average, or XOR checksums.
Therefore, if you already have hundreds of different types of questions to know, those questions are, just write them down though if you will never be able to stop brand new questions, So thinking will have to keep a tough time.
Comments
Post a Comment