romeerez / orchid-orm-benchmarks

Orchid ORM benchmarks
https://orchid-orm.netlify.app/guide/benchmarks.html
12 stars 4 forks source link

EdgeDB benchmarks #4

Open maxdzin opened 2 weeks ago

maxdzin commented 2 weeks ago

I'm investigating different tools/libs/techniques to work with DB and have tried EdgeDB recently. It might be nice to add it to the benchmarks as well.

maxdzin commented 2 weeks ago

Hi @romeerez! Does it make sense to add it, how do you think?

romeerez commented 2 weeks ago

Hi Max, it would be nice, but I have so many other things to do.

Are you willing to implement EdgeDb benchmark code?

romeerez commented 2 weeks ago

And I don't know, does EdgeDb imply running in edge-hosting only? If yes, it's a different category of db and it wouldn't be fair to compare, because use-cases are different.

But if it can be used just in place of other dbs on any hosting kind, then sure.

maxdzin commented 1 week ago

Hi Roman,

Are you willing to implement EdgeDb benchmark code?

I want to try, yes, but also have a lot of things to do at the moment.

does EdgeDb imply running in edge-hosting only?

It seems not

But if it can be used just in place of other dbs on any hosting kind, then sure.

It is self-hosted, yes, no there should be no problem with that.

So, hopefully, I'll try to find some free time to test and implement the benchmarks,