0

Hi I have table that has huge records. This is killing the performance of stored procedure's and function's. I decided to partion the table. Will this affect any kind of coding in the stored procs or functions?

Karbas
  • 73
  • 1
  • 4

1 Answers1

0

You didn't write about your database engine, but generally table pertioning doesn't affect on stored proc and function code.

Will it improve yout perfomance - it depends on your query and table structure.

ceth
  • 44,198
  • 62
  • 180
  • 289