Since d1 uses SQLite internally, does it run into the same limitations as SQLite, namely handling la

Since d1 uses SQLite internally, does it run into the same limitations as SQLite, namely handling large number of independent writes/sec. From what I read SQLite is not capable of handling more than 1000 write reqs/sec.
https://www.sqlite.org/whentouse.html

Thanks for any help!
Was this page helpful?