Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding new columns to the connection_msg table #49

Open
yalomoush opened this issue Dec 9, 2012 · 1 comment
Open

Adding new columns to the connection_msg table #49

yalomoush opened this issue Dec 9, 2012 · 1 comment

Comments

@yalomoush
Copy link

Hi,

what if I want to add new key column like accountID to the connection_msg table. how can i add it? I think the idea of adding column thorugh the JSON (other column) is not recommended as the query using this column will affect the performance.

what about making the adding of table column dynamic. i.e. configurable through the configuration xml file?

@germanescobar
Copy link
Contributor

The real problem is that a relational database is not the best fit for this scenario. This is why I'm working to support MongoDB which is a NoSql database so it doesn't have schema. You can even test it with some of the cloud vendors like MongoLab or MongoHQ.

Let me think about the dynamic columns. However, I think MongoDB is a much more flexible option and it also supports indexing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants