Greetings,
We currently run 23.9 but will be soon applying the 23.26 RU. When dealing with large amounts of data (250+ million rows), in which each row has a related vector column, what are we finding to be the most efficient way to manage this data?
Load the vector data in line, in a batch methodology, as the data is getting originally inserted?
Load the data minus the vector data, and then use dbms_parallel_execute as a post task to load the vector data?
Other options?