Bronze 3
Since 2 weeks ago
Tuesday

My Stats

  • 8 Posts
  • 0 Solutions
  • 4 Likes given
  • 19 Likes received

Fadi_dr's Bio

Badges Fadi_dr Earned

View all badges

Recent Activity

I couldn't find good explanation how JsonStreamWriter is using the provided ExecutionService.In Java.What is the best practice?What is the pool size I need to set?If I have multiple active JsonStreamWriters, do I need multiples ExecutionServices?
From a java application (spring) i need to stream (insert) ongoing data (1TB per day).Can i use for this BigQueryTemplate?Or for streaming i must use Storage Write Api?