aspnet / DataAccessPerformance

Benchmarks, prototypes and discussions for database access performance investigation
MIT License
115 stars 23 forks source link

Firebird database backup for easier start. #45

Closed cincuranet closed 6 years ago

cincuranet commented 6 years ago

Looks like the SQLite database is in the repo, so I included also Firebird database, so the script and data are not to be searched around. After the #44 is merged, this can be considered for merge. Feel free to reject if the DB should not be there.

sebastienros commented 6 years ago

Does Firebird work server-less?

cincuranet commented 6 years ago

It could. But then native library is also needed.

sebastienros commented 6 years ago

Then can you provide a SQL script instead? It would be easier, also for maintenance, than the binary snapshot. Examples here:

cincuranet commented 6 years ago

Do you want only fortune table in that script (because that's only what's used) or same complete script?

sebastienros commented 6 years ago

Please do both if that's not too much work, because we might need it if we want to test the data updates scenarios too

cincuranet commented 6 years ago

OK, done in #47 and #48.