Hi, Sometimes terms get muddled over time.
If you’re not using transactions, then each database statement is atomic and is itself a transaction. So unless you have some explicit ‘Begin Work’ at the start…. your statements should be atomic and there will be no ‘redo’ or ‘commit’ or ‘rollback’. I don’t see anything in Spark’s documentation about transactions, so the statements should be atomic. (I’m not a guru here so I could be missing something in Spark) If you’re seeing the connection drop unexpectedly and then a rollback, could this be a setting or configuration of the database? > On Apr 19, 2016, at 1:18 PM, Andrés Ivaldi <iaiva...@gmail.com> wrote: > > Hello, is possible to execute a SQL write without Transaction? we dont need > transactions to save our data and this adds an overhead to the SQLServer. > > Regards. > > -- > Ing. Ivaldi Andres --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@spark.apache.org For additional commands, e-mail: user-h...@spark.apache.org