SQL parser for Wordpress NoSQL Fork

Call me crazy, but I plan on using Wordpress. I plan to exchange MySQL with Apache Cassandra. Call it ambitious, but I plan to devote a lot of time over the next few months.

In any case, my question is: I try to make the plugins work ... In essence, any plugin that does not require its own table should work. This is a plan if anyone can suggest an approach to processing requests, which allows me to analyze requests from plugins.

Only plugins, however, the plan is to remove all the core Wordpress core requests for calls to the Cassandra api ...

+3
source share
3 answers

? , .

Def. . wordpress , , , , , mysql , , , , wordpress.

, automattic , , mysql, , , , GPL, , , , , noSQL dbs. http://wordpress.org/support/topic/suggestion-support-mongodb-hypertable-or-other-nosql-storage

+1

, , :

http://www.mongopress.org/

, WordPress MySQL.

0

, -, " " Wordpress MySQL NoSQL (, Mongo). , ( SQL NoSQL).

" ". MySQL/SQL NoSQL/Mongo. - , , ( , nosql ).

The effect should be Wordpress running on SQL without significant changes (in addition to adding a small layer of SQL translator). Performance costs can be minimized by creating an additional SQL cache that makes SQL parsing easier.

Something similar here:

http://databasesincloud.wordpress.com/2011/05/25/talking-sql-to-nosql-data-stores-part-2/

Anyone interested?

0
source

Source: https://habr.com/ru/post/1768889/


All Articles