Database
29 views
Cursor
Quick Definition
Database object for traversing result sets row by row
Full Definition
A database object used to traverse and fetch records from a result set one row at a time.
Examples
server-side pagination, large result processing, scrolling
Related Terms
sql
query-optimization
pagination
More Database Terms
ORM
Mapping object-oriented code to database tables
Sharding
Horizontal data partitioning across multiple instances
Materialized View
Physical stored copy of query results refreshed periodically
Query Optimization
Improving query performance through various techniques
CAP Theorem
Theorem on Consistency, Availability, Partition tolerance trade-offs
ACID
Properties guaranteeing reliable transaction processing