User Profile

Collapse

Profile Sidebar

Collapse
demoniac18
demoniac18
Last Activity: Sep 12 '11, 03:05 PM
Joined: Sep 8 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • demoniac18
    replied to SELECT with OFFSET oracle
    Yes, I have default rowid in oracle as index . I can also store in java code rowid of last updated row.
    So can I use in WHERE clause rowid < last_updated_ro wid ?
    See more | Go to post

    Leave a comment:


  • demoniac18
    started a topic SELECT with OFFSET oracle

    SELECT with OFFSET oracle

    I need to do SELECT query from java code on table that contains 1kkk rows , so the result set will be near 1kk rows. thats why I need to limit it, and run select query many times and each time to retrieve 10k rows only. After I get 10k rows I update it so in the next SELECT they wont be retrieved.
    The problem is - in each select oracle looking from first row in the table so it reduces the performance.
    How can I use OFFSET for...
    See more | Go to post
No activity results to display
Show More
Working...