Skip to main content
Question

Is it possible to create partition on FSM table Task, Request?

  • April 10, 2022
  • 3 replies
  • 91 views

Forum|alt.badge.img+8

Is it possible to create partition on FSM table Task, Request?

Will FSM support partitioning table  like (Task, Request ,etc)

3 replies

Saranga Amaraweera
Superhero
Forum|alt.badge.img+22

Hi @TatKhandM ,

The existing tables like TASK, REQUEST partitioning is not a feature of FSM (as far as I know) as you already know that a task or request can hold only a single row and if you just check through the metadata explorer, you can see the related tables for fsm metadata like task (how task/request related data are interrelated with other tables). Tables extensions are supported by FSM. What is the purpose of partitioning existing FSM metadata?


Forum|alt.badge.img+8
  • Author
  • Sidekick
  • April 11, 2022

Hi Saranga,

Purpose of partitioning is to improve the performance of the database by creating partition monthly/yearly on the FSM base tables like (task,request).

 

Regards,

Murali


Lee Pinchbeck
Ultimate Hero
Forum|alt.badge.img+24
  • Ultimate Hero
  • April 11, 2022

Hi @TatKhandM,

The advised process for the scenario you present would be to have the task/requests archived past a particular date. That will then separate them to the archived table when they pass that age and prevent them from bogging down the active task/requests in the main table.

Kind regards,

Lee Pinchbeck