You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by zhouxu <zh...@docworks.cn> on 2019/08/11 15:19:57 UTC

oak in product env

I have the following questions to consult with experts:

1. How much data can oak support? Supporting 10 million or 100 million?

2. Our data has reached 10 million. How to deploy the system to ensure that
the system has good performance in the case of large data? How is
distributed deployed?

3. In order to solve the problem of query result set returning-1, we use
Solr synchronous indexing method when writing node, and use query fect
feature to get the number of result sets, so it takes 2 seconds to write a
node. Is there any way to improve write performance?



--
Sent from: http://jackrabbit.510166.n4.nabble.com/Jackrabbit-Users-f510167.html

Re: oak in product env

Posted by zhouxu <zh...@docworks.cn>.
Thanks for your reply!10 million Nodes,and 4 TB data.



--
Sent from: http://jackrabbit.510166.n4.nabble.com/Jackrabbit-Users-f510167.html

Re: oak in product env

Posted by zhouxu <zh...@docworks.cn>.
Thanks for your reply!
10 million Nodes and 4 TB data.The nodes extends  from the type
oak:Unstructured。



--
Sent from: http://jackrabbit.510166.n4.nabble.com/Jackrabbit-Users-f510167.html

Re: oak in product env

Posted by Robert Munteanu <ro...@apache.org>.
Hi,

On Sun, 2019-08-11 at 10:19 -0500, zhouxu wrote:
> 1. How much data can oak support? Supporting 10 million or 100
> million?

10 million what? Nodes? MB of data? What kind of persistence are you
using?

Thanks,

Robert