github.com/geniusesgroup/libgo@v0.0.0-20220713101832-828057a9d3d4/ganjine/batch.go (about)

     1  /* For license and copyright information please see LEGAL file in repository */
     2  
     3  package ganjine
     4  
     5  /*
     6  use to set any batch proccess to do anything to data close to data sources to get best performance!
     7  batch can be :
     8  - garbage collection: delete old version unneeded record
     9  - Schema migrations: but we don't suggest it, due we make Ganjine on immutable data, we must have immutable schema too!!
    10  - ad-hoc analysis:
    11  -
    12  */