Skip to Content.
Sympa Menu

grouper-users - [grouper-users] Maintenance on Grouper PIT tables

Subject: Grouper Users - Open Discussion List

List archive

[grouper-users] Maintenance on Grouper PIT tables


Chronological Thread 
  • From: Reid Watson <>
  • To: "" <>
  • Subject: [grouper-users] Maintenance on Grouper PIT tables
  • Date: Tue, 21 Nov 2017 06:18:07 +0000
  • Accept-language: en-GB, en-NZ, en-US
  • Ironport-phdr: 9a23:Bv5KIBwm68oB2QTXCy+O+j09IxM/srCxBDY+r6Qd2+wQIJqq85mqBkHD//Il1AaPBtSLraocw8Pt8InYEVQa5piAtH1QOLdtbDQizfssogo7HcSeAlf6JvO5JwYzHcBFSUM3tyrjaRsdF8nxfUDdrWOv5jAOBBr/KRB1JuPoEYLOksi7ze6/9pnQbglSmDaxfa55IQmrownWqsQYm5ZpJLwryhvOrHtIeuBWyn1tKFmOgRvy5dq+8YB6/ShItP0v68BPUaPhf6QlVrNYFygpM3o05MLwqxbOSxaE62YGXWUXlhpIBBXF7A3/U5zsvCb2qvZx1S+HNsDwULs6Wymt771zRRHolikJKiI5/m/UhMJ3jaJUvB2vqBNkzo7Ie46VMeZyfqPBcd4YQ2dKQ8ZfVzZGAoO5d4YBE/QOPedFoILgp1QBtwe+BRKrBOPp1zRFgWX20rM70+s8Cw3H0hYvH84VsHTTqtX4L70dUf2pw6nLyTXMdfVW1irn5IfSbh8tu/eMXLNpfMfX1EIhFBvFg02NpYHrIz+ZzPoBv3Wa4uZ6SO6jlW4qpxtvrjWgxcogkpTFi4wJxlze6yl13Yc4KcelREN7YtOoCpRduzmUN4RoQc4uX2RltSM0yrIbopG2ci0HxZc6yxLBZfGKdpaH7xH9W+mPJDp0mW9qdK+iixu07EOu0PfzVtOu31ZPtidFksfDtnQK1xHL78iGRfRw8l271jaSyw/T6eVELloylaXGMZIu2KI/moAVsUXCBiP2mUP2g7GKdkg85+Sl5fjrbq/4qpOBNoJ4kBzyProul8ClH+g1PQsDU3Ce+eum1b3j+UP5QK9Njv0ziqTZqo7VJcUGqaKjDQ5ayJoj6w24Dzegy9kXh2QHI05GeBKDlYfpPUzBLOriAvijmVisljZqy+jcPrL9GpXNMmTDkLD5cLZy8U5czxczzchB6JJOE70BPenzVVHrtNzDFRI5Nw20w/37CNVmyI8SQ2OPAqmFMKzMq1+I4PwgI/WSaIMPpjnyNuUltLbSiipzlkUaYLGkx94Kc32iBdxnJVmUe3zhno1HHGsX9EJqQ/btlUWPS3tOfHuoRIo94C02EoSrEd2FS4yw1u+vxiC+S6dbZ2wONVmQCnDuP9GeVvYALj2bPtRmlBQNSLOiT4Yn2Venv0n82ew0faLv5iQEuMe7h5BO7OrJmERq+A==

Hi Everyone,

Im a newbie to the Grouper Application but I was looking for some advice
around Grouper PIT tables, were currently in the process of importing over
900 000 groups / sub groups into Grouper, were noticing the following tables
are
consuming all of the free disk space (72Gb) , for example

select count(*) from grouper_pit_groups;
617648

select count(*) from grouper_pit_group_set;
7232276

select count(*) from grouper_pit_members;
617671

select count(*) from grouper_pit_memberships;
1586755

Questions

- Before we start our bulk import of the groups is it possible to disable the
writes to the PIT tables — we would enable after the import was complete (I
don’t believe this will be possible but wanted to check)
- Or after the import is complete is it advisable to truncate the PIT tables,
if so is there be a simple way to mange the constraints by either dropping /
disabling the constraints on the following tables

- GROUPER_PIT_ATTR_ASSN_ACTN
- GROUPER_PUT_ATTR_ASSN_ACTN_SET
- GROUPER_PIT_ATTR_ASSN_VALUE
- GROUPER_PIT_ATTR_DEF_NAME
- GROUPER_PIT_ATTR_DEF_NAME_SET
- GROUPER_PIT_ATTRIBUTE_ASSIGN
- GROUPER_PIT_ATTRIBUTE_DEF
- GROUPER_PIT_FIELDS
- GROUPER_PIT_GROUP_SET
- GROUPER_PIT_GROUPS
- GROUPER_PIT_MEMBERS
- GROUPER_PIT_MEMBERSHIPS
- GROUPER_PIT_ROLE_SETS
- GROUPER_PIT_STEMS

- Or is it a better option to stop the Grouper Loader so it won’t write to
the PIT tables while were running a large bulk import

Cheers

Reid


Archive powered by MHonArc 2.6.19.

Top of Page