You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ContentFeatureStore creates a new 'Writer' for each feature added rather than using the same 'Writer', calling 'next'. GeoWaveWriter/GeoWaveReader flush transactions upon creation. Thus, a transaction is flushed for each feature.
The ContentFeatureStore creates a new 'Writer' for each feature added rather than using the same 'Writer', calling 'next'. GeoWaveWriter/GeoWaveReader flush transactions upon creation. Thus, a transaction is flushed for each feature.