What is best practice for the eclipselink.ddl-generation property.
Should you run a script first (before application 1st run) to create all tables etc and leave this set to NONE or is it ok to leave it at create / create-table for good?
I am guessing that leaving it set and the resultant exceptions will have some negative / performance impact? What is normal best practice?