I have  a  database  that  I have to record 5 field  data for every  20 sec  for  10 days..  3 field are integer , 1 field is double ( time )  and 1 field is string[5].   
I am still using Delphi6 srv2  because of my components. Newer delphi versions are terrible  at components  that I have to spend thousands of dollars of money to rebuild my component library.  Therefor delphi 6 is  still best for  real  commertial applications that never version of delphis  give many problems. At many points  such as  USB or comport readings so on... they release newer  ones  before previous versions never sit on market.  
I have setup a code with Delphi6  what appends  43200 records  at a table for test because I will deploy the table  in application while it has  43200 records.  I will shown all the data on DBChart.  
Test result is  below  databases  filled  the tables by insert command  with  43200 records
Dbisam  =  34 sec,
  ElevateDb =  11 sec,
  AbsoluteDB = 45 sec,
  SQLlite =  32 Minute,
  Firebird  =  12 min,
  MSSQL12 localDB =  28 Minute,
  Easy table =  8 minute,
  BDE =  Blocked ,
I havent  tested  oracle , blackfish , sysbase, nexsusDb  etc..  but it seems  they will also very slow. I have  connected  with  DBChart  and  only  elevateDb and  absoluteDB  has loaded  43200 records on DBchart  in exceptable  time such as  7~10 secs.  Other  all  taken  minutes.  So slower databases  always needs  coding tricks  to  succeed in some real jobs..  
I have tested  their  search  speed as well  by locate  command  that  unfortunatly the server based  databases  are always  slower in.  
MSSQL  and  SQLLite3  are  extremely  difficult  to manage  in to delphi  that they made me very tired.  
These are my test results
At the  end  I decided  to use  AbsoluteDB,  Dbisam  and  Elevate.  I have thrown the rest off the PC .
Elevate software  doesnt  support  recno  function  that  requires  extra codes at runtime to manage. This makes the database slower Other bug is  with Elevate software is  autoinc fields. There is no way  to reset it .  Therefore  I have  not chosen  the Elevat software  even it is  the  fastest database.  They say  many  good  functions  but how many of them we use it in fact .  They just  left the  most important  functions  not supported but  fixed many many  unnecessary  functions.  and it seems  since 8 years there is no any advantage either.  
If you want to  see with your own eye pls just try  and see..  
I am thinking  between  two now  absolute DB or  DBisam4