C
cristinad
Guest
Hello! In our system, we use temp-tables frequently. Recently we identified a business need to receive data from a 3rd party, and this data arrives in a JSON file to our system. Currently, I am parsing that JSON into one temp-table, to be processed and stored on the database. This temp table has around 250 fields. Question: Is there a performance issue with a data structure this size? What is your experience? Thank you
Continue reading...
Continue reading...