I read something in wikipedia about CDBMS. I have no idea how to setup a CDBMS server!
Is it comparable to how I am currently using mysql?
I have some extremely large databases and I want to convert my dataset into CDBMS and test my codes with the new database. What are some things I need to be aware of before I start doing this, and how will the new code be different, if at all, from my existing code?
I don't have any more details. My supervisor asked me to check if CDBMS is a better way for analyzing a large dataset. So, I just wanted to setup a CDBMS and convert my dataset to it.