SMWCon Fall 2012/Improvements in SQLStore3/Presentation/1.3
From semantic-mediawiki.org
GreenSMW
In SQLStore2
- More dataItems, less table structures.
- Numbers, Strings, Boolean, URI, Time all in one table
- Difficult to add new datatypes. Eg. Coordinates
- DB access needs complex computation, error prone code and compatibility handlers.