Skip to content

Instantly share code, notes, and snippets.

@jbratu
Created June 28, 2018 17:15
Show Gist options
  • Select an option

  • Save jbratu/91c23931480b8679b3907efed15afcd3 to your computer and use it in GitHub Desktop.

Select an option

Save jbratu/91c23931480b8679b3907efed15afcd3 to your computer and use it in GitHub Desktop.
table = "MYTABLE"
tableParams = ""
tableParams<1> = "4096" ;* new framesize
tableParams<2> = "40" ; * new threshold
tableParams<3> = "567" ; * estimated avg size
tableParams<4> = "3000000" ; * new reccount
Call RTI_REMAKETABLE(table, tableParams)
//https://www.revelation.com/o4wtrs/oecgi3.exe/O4W_RUN_FORM?INQID=WORKS_READ&KEY=EA237ADAB4D7C3C3C05E09655&SUMMARY=0#/section/breadcrumb/UPDATETABLE/Display
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment