使用 JPA 在我的 CRUD 桌面应用程序上模拟 4,000 个选择

发布于 2024-11-02 00:33:41 字数 146 浏览 6 评论 0原文

我有一个使用 JPA 和 EclipseLink 的简单桌面应用程序,该应用程序有 7 个表,每个表有 8 条记录,一切正常。

但我想模拟我的桌面应用程序有大约 4000 个 select 语句请求,看看它是否对学校项目有良好的响应。

提前致谢!

i have a simple desktop application using JPA with EclipseLink, this application has 7 tables each one with 8 records, everything is ok.

but i want to simulate that my desktop application has like 4000 request of select statements and see if it has a good response is for a school project.

thanks in advance!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

奈何桥上唱咆哮 2024-11-09 00:33:41

线程。

创建一个实现 Runnable 的类,在方法 run() 中循环调用您的服务。然后创建几个运行这些 Runnable 的线程。

Threads.

Create a class that implements Runnable, in the method run() call you services in a loop. Then create several threads which will run these Runnable.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文