dentsusoken / iPLAss

Java-based open source low-code development platform for enterprise
https://iplass.org/
GNU Affero General Public License v3.0
67 stars 25 forks source link

GEM: TopViewの検索結果一覧パーツ、countクエリを発行しないようにする #1618

Closed yumaishida closed 1 week ago

yumaishida commented 2 months ago

概要

TopViewの検索結果一覧パーツでcountクエリを発行しないように改善する。 前後のページの有無が分かればよく、ページングや件数表示はないので、全件のカウントは必要ない。

yumaishida commented 2 months ago

(English)

Overview

Improve the TopView search results list part to not count all results. It is only necessary to know if there are previous and next pages, and there is no paging or count display, so a count of all results is not necessary.