Earlier quoted context omitted.
What do you do to then query the data? I usually need indexes so queries are not slow. Perhaps I could insert into a staging table then bulk copy the data over to an indexed table, but that seems silly.
Could replicating to a DB with indexing (purely for queries) work?
You could use partitions though.