spring-content icon indicating copy to clipboard operation
spring-content copied to clipboard

SQL Server

Open mrhcon opened this issue 1 year ago • 1 comments

Hi, I am getting absolutely terrible performance with SQL Server using 2.9.0. A 1.5 MB file took over 3 min to write from a stream to the database. It's in the IOUtils.copyLarge() method at 4096 bytes at a time. Does anyone have any recommendations? Thanks.

mrhcon avatar May 14 '24 20:05 mrhcon

Thanks for the report @mrhcon. Should be pretty easy to make the buffer size configurable if that would be helpful? Are you using the content jpa starter? i.e. can I add a buffer size property to that?

paulcwarren avatar May 22 '24 04:05 paulcwarren