XMLWordPrintableJSON

Details

    Description

      Introduce interface for lookup changelog producer:

      /**
       * A key-value store for lookup, key-value store should be single binary file written once and ready
       * to be used. This factory provide two interfaces:
       *
       * <ul>
       *   <li>Writer: written once to prepare binary file.
       *   <li>Reader: lookup value by key bytes.
       * </ul>
       */
      public interface LookupStoreFactory {
      
          LookupStoreWriter createWriter(File file) throws IOException;
      
          LookupStoreReader createReader(File file) throws IOException;
      }
       

      We can convert remote columnar data to local lookup store, and ready to be used to lookup.

      Attachments

        Issue Links

          Activity

            People

              lzljs3620320 Jingsong Lee
              lzljs3620320 Jingsong Lee
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: