mongodb - A table with thousands of records, and each record hundreds of attributes with PostgreSQL? -


i running postgresql , have requirement of creating table called template.

the users able create lots of templates, , each template have hundreds of attributes (more added in future). schema of attributes in table dynamic. more added.

for querying, should able say, give me templates attribute bigger 5, attribute b false, attribute d "good",..

so, there lot of x , y , z.

i considering using mongodb or nosql engine store these resources schema can vary (at least attributes store templates), not sure if point enough.

so question is: make sense use mongodb above reason?


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -