Results 1 to 2 of 2

Thread: Creating a Partitioner using a GUID

  1. #1

    Default Creating a Partitioner using a GUID

    Is it possible to create a partitioner when the ID column is a GUID?

  2. #2
    Join Date
    Jun 2005
    Posts
    4,241

    Default

    I assume you mean you have JDBC data that you want to partition? If you can sort the records in a way that doesn't change over time, and your database platform supports pagination, you can partition by row number I guess?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •