Subject Firebird and sharding ?
Author nathanelrick
Hello,

Is it possible via the api to shard a database ? I mean to split the database in several database (this we do manually), and call the SQL in parallele on each database and aggregate the data at the end (this throught the api) ?

i can do it from the application but it's just few line of code and it's can add great feature to firebird !