dkpro / dkpro-jwpl

DKPro JWPL (DKPro Java Wikipedia Library) is a free, Java-based application programming interface that facilitates access to all information in Wikipedia.
https://dkpro.github.io/dkpro-jwpl
Apache License 2.0
82 stars 34 forks source link

MyISAM instead of InnoDB #204

Closed dryleaf closed 3 years ago

dryleaf commented 6 years ago

Probably nothing, but just curious:

reference: https://github.com/dkpro/dkpro-jwpl/blob/master/de.tudarmstadt.ukp.wikipedia.wikimachine/jwpl_tables.sql#L46

reckart commented 6 years ago

I believe when I asked the same thing back in the day, somebody responded to me that JWPL wouldn't need transaction management (since it is mostly read-only) and that for the particular JWPL use-case MyISAM would be more efficient. But I never verified this myself nor do I have any idea if this would still hold today. Feel free to evaluate and report back to us :)

reckart commented 3 years ago

No further questions, so I'll assume this one is resolved.