Nifi - DistributedMapCacheService - how many items is considered big

2020-01-14 Thread Christopher J. Amatulli
How many items within a distributed map cache service would be considered excessive? I have a situation where I was considering dropping in around 200 million, but I was thinking where the limitation (wall or performance hit) exists within the service. I was thinking about using the cache servi

Re: Nifi - DistributedMapCacheService - how many items is considered big

2020-01-14 Thread Shawn Weeks
pache.org" Subject: Nifi - DistributedMapCacheService - how many items is considered big How many items within a distributed map cache service would be considered excessive? I have a situation where I was considering dropping in around 200 million, but I was thinking where the limitation (wa

RE: Nifi - DistributedMapCacheService - how many items is considered big

2020-01-14 Thread Christopher J. Amatulli
little on this one. thanks From: Shawn Weeks Sent: Tuesday, January 14, 2020 4:01 PM To: users@nifi.apache.org Subject: Re: Nifi - DistributedMapCacheService - how many items is considered big If your using an external one like HBase I wouldn’t expect there to be any issue assuming it had enough

Re: Nifi - DistributedMapCacheService - how many items is considered big

2020-01-14 Thread Mike Thomsen
t:* Tuesday, January 14, 2020 4:01 PM > *To:* users@nifi.apache.org > *Subject:* Re: Nifi - DistributedMapCacheService - how many items is > considered big > > > > If your using an external one like HBase I wouldn’t expect there to be any > issue assuming it had enough space. However