mysql - redis usage for semantic web application RDF quads alongside SparQL -


I am supporting a semantic web application that runs on a tomcat and is using MySQL for datastore. Due to the dynamic nature of the questions, large pages are slowed down faster than pages with less dynamic content. The database is inquired into scan type, select hundreds of crores times of the day, and it is my thinking that the queries generated by SparQL are not the most efficient, but changing them seems to come out of our hands because the question is somewhat of the black developers. What box do I want to know, whether in this situation, simon relational data can be used to set RDF (trud, triple, etc.) Is? I am not very knowledgeable on this, so the clarification / link will be appreciated. Thanks!

In my experience, MySQL is not an acceptable backend for a triplestore. You should consider using any of the many dedicated triple stores, none of them will beat MySQL because they do not have triple impedance to store Triple / Quad in the relational store; They are using the original storage.

There is no ready-made solution based on Redis that I know. A quick Google has started some projects that appear, but they can not meet your needs.


Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -