Re: [orientdb] chat system with orientdb

2015-04-13 Thread Luca Garulli
Hi Aris, If you have one chat per user, the answer is yes. This limitation will be removed with OrientDB 3.0 (summer 2015), so for now you could simply manage X databases. The good news is that each OrientDB server can handle thousands of DB. Lvc@ On 13 April 2015 at 14:48, Aris Alexis wrote:

Re: [orientdb] chat system with orientdb

2015-04-13 Thread Aris Alexis
Hi, yes it helps but I can only have 32,767 clusters in the database hence this number of users is that correct? On Thursday, March 26, 2015 at 7:56:34 PM UTC+1, Lvc@ wrote: > Hi Aris, > Actually we used OrientDB under out Support System for client where we > have chat room, one per client. The

Re: [orientdb] chat system with orientdb

2015-03-26 Thread Luca Garulli
Hi Aris, Actually we used OrientDB under out Support System for client where we have chat room, one per client. The best way we found to model this is by creating one class/cluster per chat. Example: Chat_clent10 Chat_clent11 Chat_clent12 ... Since chat message are naturally ordered by date, and

[orientdb] chat system with orientdb

2015-03-26 Thread Aris Alexis
hi, i am building a social network with many features and my main db is orient. would you also use orient for the chat system ? I know people are biased here haha :) but my questions is if the site grows a lot, wouldn't cassandra be a more logical solution since messages are not data that is v