Closed osakatand closed 9 years ago
Looked into that for the graph model and looks like we should not face issues for feedbacks.
@sheymann have you heard about difficulties in storing a lot of text in neo ?
Yes for long texts, because text blobs are truncated but I don't know the limit. Neo4j is not a document store. It's alright if you have texts such as paragraphs.
After some quick researches:
In our case the text content is rather short (we could even have a limit in comments and feedbacks) so I think we could for now use Neo4j. We'll make some experiments with the first prototype.
We'll use Neo4j!
To store user comments and feedback, compare the performances of several DBs. Neo4j would be the easier but it needs to be validated. There is also MySQL and PostgreSQL.