|
|
Creating a Partitioner using a GUID
Is it possible to create a partitioner when the ID column is a GUID?
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? |
|