Write to data store entity taking long time

Certified Associate Developer

Hi,

I have a table having 15 columns(Primary key constraint Id Auto increment) and my process is inserting 11701 rows, write to data store is taking 6 minutes to insert these rows.

Is it fine or what i can do to fix it.

pls find attached process node details.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Associate Developer
    in reply to Stefan Helzle

    Hi Stefan,

    There is a datasource with huge data for projection, after applying certain filters we are getting 11701 rows, sometimes it could be less or more numbers.

    we need to show data as preview in readonly grid, user can edit data after selection.

    finally user will submit, on submitting there is a processs which gets triggered ,a write to data store entity executed on same processs.

Children