问题
I was trying to explore the analytics event & summary datasource. I have installed a H2 client and found strange tables names (ANX___7LKA5XV8_!!)
Why using these names, I was expecting a more clear names (names like the ones used in the external DB,the one partaged with the API manager)? And is there any documentation about these tables? Thanks
回答1:
These tables represent the data that you've set to be persisted on the WSO2 Analytics product. For each stream definition that you have, there will be a corresponding table in the analytics datasource.
The reason the names look strange is because the table names are encoded. The records within these tables are encoded as well. The data is encoded in such a way so that various data types could be seamlessly handled in a DB-agnostic manner.
WSO2 recommends that you either use the Data Explorer menu item or the Analytics REST API to view the contents of the analytics datasources, rather than browse them at a DB-level.
HTH.
来源:https://stackoverflow.com/questions/39962950/wso2-analytics-datasource