Submitted by Nathan Clouse on 12/11/24.
Last modified:
12/11/24
Database Inserts - Transaction Table Comparison
In this article, we'll go through various performance related tests I ran against the table SalesTable. In the past, here and , we ran tests against a custom code table then also CustTable. Each table had a different usage profile meaning a different number of columns, code behind it, indices, extensions, event handles, and delegates. Using those two articles, we could see as we ask X++ to do more stuff, it slows down. That makes sense. However, as we get closer to a table that changes rapidly, what kind of performance would we expect to see? We can review the results below under lots of different scenarios. I'd half expect poor performance because of all the diff…
( 4
min )