abapGitServer icon indicating copy to clipboard operation
abapGitServer copied to clipboard

performance, building cache

Open larshp opened this issue 8 years ago • 1 comments

no need to read database if the parent was calculated in the previous step

    lv_parent = zcl_ags_obj_commit=>get_instance(
      iv_repo = mv_repo
      iv_sha1 = iv_commit )->get( )-parent.

larshp avatar Jul 21 '17 06:07 larshp

also need to reconsider the overall approach, have an example with 100 million rows in the cache table, see #92

larshp avatar Jan 21 '18 07:01 larshp