I'm using envers with Mysql. The Revinfo table could use an autoincrement as @Id instead of the hibernate_sequence table that is much slower.
Unfortunately extending DefaultRevisionEntity doesn't permit to override the @Id generation strategy.