Releases: folio-org/folio-analytics
v1.7.2
folio-analytics v1.7.2
v1.7.1
Release matrix: https://github.com/folio-org/folio-analytics/blob/main/README.md#releases
Installation notes:
LDP:
- For LDP derived tables, add to the
psql
command line-c 'set search_path = folio_reporting, public'
before the-f
option. - Also install the required columns configuration file,
ldp_add_column.conf
, which is provided insql/require_columns/
. Seesql/require_columns/README.md
for details.
Metadb:
- Metadb loads derived tables automatically.
v1.7.0
Release notes: https://github.com/folio-org/folio-analytics/wiki/Changes-by-Release#170-poppyldp
Release matrix: https://github.com/folio-org/folio-analytics/blob/main/README.md#releases
Installation notes:
LDP:
- For LDP derived tables, add to the
psql
command line-c 'set search_path = folio_reporting, public'
before the-f
option. - Also install the required columns configuration file,
ldp_add_column.conf
, which is provided insql/require_columns/
. Seesql/require_columns/README.md
for details.
Metadb:
- Metadb loads derived tables automatically.
v1.7.0-beta4
Installation notes:
LDP:
- For LDP derived tables, add to the
psql
command line-c 'set search_path = folio_reporting, public'
before the-f
option. - Also install the required columns configuration file,
ldp_add_column.conf
, which is provided insql/require_columns/
. Seesql/require_columns/README.md
for details.
Metadb:
- Metadb loads derived tables automatically.
v1.7.0-beta3
Installation notes:
LDP:
- For LDP derived tables, add to the
psql
command line-c 'set search_path = folio_reporting, public'
before the-f
option. - Also install the required columns configuration file,
ldp_add_column.conf
, which is provided insql/require_columns/
. Seesql/require_columns/README.md
for details.
Metadb:
- Metadb loads derived tables automatically.
v1.7.0-beta2
Installation notes:
LDP:
- For LDP derived tables, add to the
psql
command line-c 'set search_path = folio_reporting, public'
before the-f
option. - Also install the required columns configuration file,
ldp_add_column.conf
, which is provided insql/require_columns/
. Seesql/require_columns/README.md
for details.
Metadb:
- Metadb loads derived tables automatically.
v1.7.0-beta1
Installation notes:
LDP:
- For LDP derived tables, add to the
psql
command line-c 'set search_path = folio_reporting, public'
before the-f
option. - Also install the required columns configuration file,
ldp_add_column.conf
, which is provided insql/require_columns/
. Seesql/require_columns/README.md
for details.
Metadb:
- Metadb loads derived tables automatically.
v1.6.0
For v1.6.0 release notes, see: CHANGES.md
Installation notes:
LDP (since folio-analytics v1.3.0):
- For LDP derived tables, add to the
psql
command line-c 'set search_path = folio_reporting, public'
before the-f
option. - Also install the required columns configuration file,
ldp_add_column.conf
, which is provided insql/require_columns/
. Seesql/require_columns/README.md
for details. - Do not run
VACUUM
orANALYZE
after loading the derived tables
Metadb:
- Metadb v1.0.3 (or later) loads derived tables automatically.
v1.5.3
Release notes
- Derived tables agreements_package_content_item, loans_renewal_count, and users_groups have been updated to reduce "column does not exist" errors.
PLEASE NOTE - Required since v1.3.0 to ensure that tables are created
correctly:
- LDP1:
- For LDP1 derived tables, add to the
psql
command line-c 'set search_path = folio_reporting, public'
before the-f
option. - Also install the required columns configuration file,
ldp_add_column.conf
, which is provided in
sql/require_columns/
. Seesql/require_columns/README.md
for
details.
- For LDP1 derived tables, add to the
- Metadb:
- For Metadb derived tables, add to the
psql
command line-c 'set search_path = folio_derived'
before the-f
option. - For migration tables, add to the
psql
command line-c 'set search_path = public'
before the-f
option.
- For Metadb derived tables, add to the
It is recommended not to run VACUUM
or ANALYZE
after loading the
derived tables, because the derived table SQL files now perform a
targeted vacuum/analyze for each table.
v1.5.2
Release notes
- Derived tables have been updated to reduce "column does not exist" errors.
PLEASE NOTE - Required since v1.3.0 to ensure that tables are created
correctly:
- LDP1:
- For LDP1 derived tables, add to the
psql
command line-c 'set search_path = folio_reporting, public'
before the-f
option. - Also install the required columns configuration file,
ldp_add_column.conf
, which is provided in
sql/require_columns/
. Seesql/require_columns/README.md
for
details.
- For LDP1 derived tables, add to the
- Metadb:
- For Metadb derived tables, add to the
psql
command line-c 'set search_path = folio_derived'
before the-f
option. - For migration tables, add to the
psql
command line-c 'set search_path = public'
before the-f
option.
- For Metadb derived tables, add to the
It is recommended not to run VACUUM
or ANALYZE
after loading the
derived tables, because the derived table SQL files now perform a
targeted vacuum/analyze for each table.