• wu-sheng's avatar
    OAP Core polish, especially storage level (#4587) · e55073e5
    wu-sheng 提交于
    - Add length definition with reasonable default value.
    - #content of @Column has been renamed to storageOnly . I add this to many fields as they are not being query in any case.
    - Merge H2 and MySQL columntype mapping back to consistent.
    - Remove @IDColumn.
    - Support @QueryUnifiedIndex.
    - Refactor the MySQL and H2 installers to use @Column and @QueryUnifiedIndex definitions to create indices automatically. But the index naming rule has been changed to entityseqIDX. seq is the Increment Interger for every entity.
    - Support @MetricsExtension and insertOnly in the MetricsPersistentWorker worker.
    - Optimize MetricsStreamProcessor
    e55073e5
H2TableInstaller.java 5.0 KB