Skip to content

Instantly share code, notes, and snippets.

View ryan-moeller21's full-sized avatar

Ryan Moeller ryan-moeller21

  • IBM
  • Rochester, MN
View GitHub Profile
@ryan-moeller21
ryan-moeller21 / IFSStorageAnalysis.sql
Last active March 24, 2026 13:50
IFS Storage Analysis
/***********************************************************************************/
/* Look at files taking up space in IFS */
/* */
/* Returns similar information to RTVDIRINF, but at the (relative) speed of light! */
/***********************************************************************************/
-- Get raw info about files from IFS_OBJECT_STATISTICS
WITH ALL_OBJS AS (
SELECT PATH_NAME,
OBJECT_TYPE,