Unknown opened 2 years ago
|
|
No, there are not changes planned on
MongoDB is document oriented database and operates differently thus there wasn't need for |
|
Thanks @woj-tek.
If Do you see any particular reason to prefer XML over JSON while working with MongoDB? |
|
This is an aftermath of the currently used API, for example In theory, we could change MongoDB implementation:
https://github.com/tigase/tigase-mongodb/blob/e67af1c984e77d42aa655f959580fecc7d494d15/src/main/java/tigase/mongodb/MongoRepository.java#L566-L581
And convert XML to JSON (native to MongoDB) but... general UserRepository doesn't specify that |
Hi,
We are trying to evaluate if the "tig_pairs" table can satisfy the performance needs of a highly loaded application with millions of users.
Considering data size gets bigger, MongoDB integration is a promising option over relational databases. However, Tigase MongoDB integration doesn't have "tig_pairs" and roster management implementations.
Thanks,