Can I use transaction in http mode?

I work with manticore with http request and dont use mysql connection. Can I use transaction functionality (AutoCommit, Begin, Commit, Rollback) in http request?

no every HTTP interface does not support transaction and even json/bulk performs every statement line issue commit statement

That is why inserting multiple documents via SphinxQL with autocommit disabled or with begin \ commit is faster than json/bulk

However you could create ticket at Github with feature request to get informed on progress

1 Like

thank you