Page 1 of 1

Does QxOrm handle tables with partitions

PostPosted: Tue Jun 10, 2014 4:39 pm
by rathnadhar
Namasthe,

I want to know if QxOrm does handle tables with partitions.

I could not get documentation of the same.

If it does not natievly handle the table with partitions, what is the work around to handle the same.

Regards
Rathna

Re: Does QxOrm handle tables with partitions

PostPosted: Tue Jun 10, 2014 9:22 pm
by qxorm
Hello,

What do you mean exactly with "tables with partitions" ?
It seems that it is just : split one table to several tables.
So I don't see any reason why it will not work fine.

Re: Does QxOrm handle tables with partitions

PostPosted: Wed Jun 18, 2014 6:48 pm
by rathnadhar
Namasthe,

Yes I split a table into many tables but that is handled by the DB (unlike Postgres).
So I need to pass the partition parameter while doing a read/write/update operation.

How is this handled in QX... natively?

Assume list partition of Oracle as an example.

Re: Does QxOrm handle tables with partitions

PostPosted: Wed Jun 18, 2014 8:45 pm
by qxorm
So I need to pass the partition parameter while doing a read/write/update operation.

Could you give me an example please ?