Skip to content
DbaFix
Just share answer and question for fixing database problem
MENU
  • HOME

Tag: pagination

In Oracle 12c, how can we implement pagination on large table using rowid?

By adminPosted on March 2, 2023

Question : I am new to the database. I would like to implement pagination on large tables using rowid but […]

Class Table Inheritance combined with running searches and paging

By adminPosted on February 14, 2023

Question : Assume we have tables similar to the following: CREATE TABLE Base ( ID int, Type varchar(20), Col1 varchar(255), […]

Is it possible to keep track of which rows were selected and fetched last in MySQL?

By adminPosted on January 3, 2023

Question : I am working on a small website using Java where the user posts are stored in MySQL, I […]

Can this query be optimized further?

By adminPosted on December 20, 2022

Question : I have 100K records in my Documents table. This is my query which gives a page of 50 […]

Efficient pagination for big amount of data [closed]

By adminPosted on November 28, 2022

Question : Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? […]

Paging through data that is frequently changing

By adminPosted on November 6, 2022

Question : When users are browsing pages of data where the data keeps changing, what is the best way to […]

How to do Pagination with UUID v4 and Created Time on Concurrent Inserted Data?

By adminPosted on October 28, 2022

Question : Context: Out of curiosity, I’m doing load testing for my application. And then the result there’s a lot […]

Mysql pagination without offset

By adminPosted on August 19, 2022

Question : Let’s assume I have got a table with these data: I want to order it by createdAt column […]

Pagination – Text comparison with greater than and less than with DESC

By adminPosted on July 23, 2022

Question : I am implementing a seek method for pagination and am wondering about how to best query on a […]

Optimistic Paging and separate query for COUNT?

By adminPosted on July 15, 2022

Question : I am using SQL Server 2012 FETCH/OFFSET after searching a lot that this will give me the best […]

  • 1
  • 2
  • 3
  • 4

Recent Posts

  • Speed up INSERTs
  • Regularly updating table with huge amount of rows
  • How can I create a gapless sequence?
  • Unable to Query Very Large Table
  • Why should I create an ID column when I can use others as key fields? [duplicate]
  • Force NOW to return new timestamps without committing the transaction
  • MariaDB on Windows Server 2012 R2 – out of memory
  • How to easily convert a comma seperated list of ids into a table of rows
  • clusterdb stopped working for PostgreSQL database in Ubuntu 12.04 server
  • Slow MySQL query
  • Database design : hotel room and its detail
  • How to use GROUP BY in an efficient way without losing attributes? [closed]
  • Query execution time is random, need to identify the root cause
  • Returning data where all categories exactly match
  • Partitioning increases CPU usage in mariadb
  • How to script out push subscription creation at the subscriber?
  • Can a transitive join loop infinitely?
  • 2 similar queries in large sql server table – 1 takes too long
  • Select data from another database instance on the same server in sql server
  • Is it possible to get server roles and database roles in a same query/script?

Categories

  • Database Backup
  • Database Design
  • Database Index
  • Database Optimization
  • InnoDB
  • Join
  • MariaDB
  • MongoDB
  • MySQL
  • Oracle
  • Performance
  • Permissions
  • Postgresql
  • Query Performance
  • Replication
  • Security
  • SQL Server
Proudly powered by WordPress / Support by: DizzyCoding