Search:

Type: Posts; User: Penny_Wise; Keyword(s):

Search: Search took 0.02 seconds.

  1. Our db expert mentioned the clob as possible...

    Our db expert mentioned the clob as possible bottleneck.
    The db is an oracle 11g. In fact, I generated ~16k rows in that table. Using Toad for displaying the data, we experienced slow performance,...
  2. ... perhaps we found the reason:...

    ... perhaps we found the reason: STEP_EXECUTION_CONTEXT (repository table)

    We do some logging into database tables, and access of STEP_EXECUTION_CONTEXT got quite slow. After truncating the...
  3. increasing duration between steps over a long period

    Dear all,

    my job does some file analysis over a quite long period of time. There are ~1200 files to read and analyse.
    Within the job specification, I do iteration over a set of 10 steps...
  4. Replies
    2
    Views
    862

    inheritance

    Personally, I consider it being useful doing inheritance within readers, processors or writers and adjusting/enhancing the @BeforeStep / @AfterStep methods. This should not be limited on abstract...
  5. Replies
    0
    Views
    538

    @AfterStep vs. promotion listener

    Hi all!

    one little question regarding the transport of content from one step to another:

    Intentionally, I defined a @AfterStep method pushing the required content into the StepExecution...
  6. Concerning you questions above: 1. Of course...

    Concerning you questions above:

    1. Of course you may increase the vm parameters to allow more memory to be allocated. A rather quick way of obtaining more flexibility. On the other hand side as...
  7. Hi, consider using the job execution context...

    Hi,

    consider using the job execution context for storing inter-step-results and make use of the BeforeStep and AfterStep annotation like so:

    @AfterStep
    public void...
  8. Replies
    3
    Views
    1,230

    Hi! perhaps you may want to consider...

    Hi!

    perhaps you may want to consider implementing you own record separator policy for the input file. Since we seldom have a direct influence on the file format delivered, it may be an...
  9. Replies
    3
    Views
    1,200

    Dear all, thank you for your replies....

    Dear all,

    thank you for your replies. According to your suggestions, I now clean the database before an after executing tests.

    Anyway: I am looking forward receiving addtional ideas.

    ...
  10. Replies
    3
    Views
    1,200

    Transaction behaviour within Unit Testing

    Hello!

    after having read the reference docs and doing some testing by myself I am kind of lost concerning the transaction behaviour of Spring Batch within Junit tests.

    Obviously, with Spring...
Results 1 to 10 of 10