Skip to content

Use Data Driver to explore external sources or to overcome technical limitations on major datasets

WARNING

Non-default data drivers are still highly experimental and unfinished. The drivers interface and API will also be modified.

Natively provided drivers

DriverCommentMemory UsagePerf. (write access)Perf. (random access)Perf. (mass read)Aggregate Functions
PhpArrayThe default driverMaximal, all the data stay in ram memory. PHP opy-on-write capacity are limited in contextVery FastVery FastVert FastVery Fast
PdoSql(Experimental) Interacting with a database with any PHP PDO driver availableVery low, theoritically infiniteSlowVery SlowMediumSlow (some function can be further optimized)

Released under the BSD 3-Clause License.