Unknown opened 3 years ago
|
||||||||||
Hi,
Yes, it's possible to configure different data-sources using different repositories and then configure actual repositories (in this case There is no "migration" path available so you would have to manually move the messages from one database engine to the other. |
||||||||||
yes I know that I have to migrate old data manually, but the table is simple so I do not see any problem, thanks |
||||||||||
New comments from
|
||||||||||
Hmm... I quickly checked the sources for the calls on I quickly took a cursory look at the rest and I only found regular basic operations like insert/update/find. |
||||||||||
wojciech.kapcia@tigase.net changed state to 'Open' 3 months ago
|
||||||||||
ok, thank you for the links, before trying mongo I want to try fixing the stored procedure in the next few days, I think that maybe is enough to do that |
||||||||||
In the last massive sending we haven't registered any problem also if there was some delay on AWS RDS for the massive insert/delete in the message archive table as ready seen in the other tickets. Also with 250 insert/delete per second tigase 8.1.2 was working correctly instead the 7.1.7 was not working correctly with this traffic, there was important delays up to 10 seconds, I guess that the problem was the wrong utilization of the database connection pool that was causing starvation for some connection. It seems that this problem has been fixed with the tigase 8.1.2 so I will not investigate further the migration to mondo/documentdb, you can close this ticket |
||||||||||
Thank you Davide for the update. |
||||||||||
wojciech.kapcia@tigase.net batch edited 2 months ago
|
Type |
Question
|
Assignee |
Isolating msg_history to mongoDB We are running our cluster on mysql, is it possible to "migrate" only the table msg_history from mysql to mongodb? Can we with config.tdsl change only the storage of offline messages from mysql to mongodb?
Details: