What is the best configuration for ESB Analytics database. The data grows with time and what is the best way to handle it in a production environment. Any idea on this would be really helpful, thanks.
WSO2 ESB Analytics - Production Database Configuration
118 Views Asked by StO At
1
There are 1 best solutions below
Related Questions in WSO2-DAS
- WSO2 API Manager - WSO2 Analytics Server - Dropping wrongly formatted event Error
- WSO2 Analytics: No StreamDefinition for streamId loganalyzer:1.0.0 present in cache
- WSO2: MQTT input event adapter is not listening
- Wso2 API Manager STATS_DB
- In wso2 ei 6.4 analytics database configuration for ESB profile, what are the databases/schemas required
- WSO2 analytics is breaking when email username is enabled in WSO2 APIM
- Clustered Environment: Cannot borrow client for ssl
- WSO2 API Analytics: From where the data gets into WSO2AM_STATS_DB
- wso2 - Problem commad merge API_REQ_USER_BROW_SUMMARY
- WSO2 - Get active sessions for user
- wso2am-analytics 2.2.0 spark on offset 0
- WSO2 SP upgrading from DAS
- How to Solve Thrift Authentication Exception (wrong userName or password) in WSO2
- Deploying ESB analytics car in DAS
- Siddhi CEP: Aggregate the String values of grouped events in a batch time window
Related Questions in WSO2-ESB
- How to make gRPC request in WSO2 micro-integrator via Postman?
- How to set weight of enpoints durin laod balancing in wso2 manager
- old apikey dont works for newly subscribed apis in wso2 apim
- Installation process of wso2 Enterprise integrator
- how to write expression in WSO2 for filter mediator for 200 and other than 200 response codes
- Micro Integrator 4.2.0 maven build - error - Invalid CEN header
- Single object not generating array in wso2
- WSO2 Upgrade path
- WSO2 ERROR org.wso2.carbon.mediation.transport.handlers.PassThroughNHttpGetProcessor cannot be found by synapse-nhttp-transport_2.1.7.wso2v143
- APIM 4.2.0 taking too long to start, it was looping through, StartupFinalizerServiceComponent Waiting for required OSGi services
- Distributed Task Scheduling in Non-Clustered WSO2 EIs: Achieving Efficiency and High Availability
- wso2mi : How to intialize SecretResolver?
- I am having an error while I am running integration studio version 8.1
- HTTP/1.1 400 Bad Request, code = 303003, detail = Could not generate access token for oauth configured http endpoint null
- org.wso2.carbon.apimgt.api.APIManagementException: Error while retrieving key manager configuration for Resident Key Manager in tenant carbon.super
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
In production you can run purging jobs [1] for old data in tables which consist of SECOND, MINUTE or even HOURLY tables as same information is aggregated into DAILY, MONTHLY, YEARLY tables.
[1] https://docs.wso2.com/display/EI600/Purging+Analytics+Data