Hi,
We current have a large MS SQL database that I’d like to look at accessing through CockroachDB, mainly to take advantage of the distributed query functionality.
At present, I not sure on the best method to get this data in, all the examples indicate a couple MB files. and raw SQL inserts.
Does anybody have any ideas.
I can think of a slow-running job/service to queue and transfer the data across. I’d appreciated any ideas.
Peter