search : bulk insert

select a category, or use search below
(searches all categories and all time range)

displaying top 100 results

Portal Topic Bulk Inserting Data
Bulk Inserting Data
we can do bulk inserts via CFQUERY, there are only so many rows we can transfer at once because of limited system resources. One parameter of CFINDEX could be "datasource" to establish a connection to the database. Another parameter could be FIELDLIST, which could be 2-dimensional array where one
entitySave TestItem doens't have a Test. When bulk inserting data you can clearly see what is happening. After calling entitySave (without ornflush) a Test and TestItem record is persisted to the database. Only at the end of the request the updates are persisted which updates the record to contain