Customer Portal

Comments 1

  • Avatar
    mzatopek
    0
    Comment actions Permalink
    Hello Shane!

    Thanks a lot for you effort in this topic, we really appreciate it!

    Regard your questions:

    The Delimiter data reader component is about 10% faster then Universal data reader according our internal testing. We know that and the main reason lies in different delimiter searching algorithm - full implementation of Aho-Corasick string searching. This ensure correct handling of multi-character delimiters and record delimiter. There are few other improvements - like better error recognition and error reporting.

    You are right, all three flat-file readers (delimited, fixlen and universal) could be joined into one component, that only decides based on the metadata, which of the available parsers will be used. Unfortunately we are in current state for some historical reason. However be sure we are considering this possibility.

    We are also very interested in your experiences with running clover engine with Iced Tea 1.7.0.0 JVM. May I ask you to send us any results of your testing?

    Thanks again for your deep inside. Martin

Please sign in to leave a comment.