-
I'm having trouble editing the definition of a Materialized View. It appears to be read-only. Is this possible?
Version 1.2.3 (1939)
Maybe related to #464
nloui updated
6 years ago
-
An odd bug... consider this program
```
create table a (
id bigint not null
) with (
'materialized' = 'true',
'connectors' = '[{
"transport": {
"name": "d…
-
I am able to get a feature ID for geoJSON from a table that has a primary key, but is there a way to get feature id from a materialized view? I tried creating unique index but does not work. I think …
-
### Describe the bug
Some products refer to this type of functions as "non-materializable" functions, meaning that they are disallowed in CREATE MATERIALIZED VIEW statements. We'll also need to tak…
-
### Description
Support materialized views.
### Category
Feature, Performance
### Value
TiDB can be used as a real-time data warehouse / create derived datasets, so that analyzing will be mor…
-
When trying to restore backup from `s3://imos-backups/backups/db1-prod-aws-syd.emii.org.au/pgsql/2023.08.30.00.07.35/nrmn_prod/nrmn.dump` the materialized view `nrmn.ep_rarity_range` fails to create (…
-
**Summary**
materialized views to precompute views for increased performance and efficiency.
-
The current implementation uses separate PostgreSQL tables for different time granularities (5m, 15m, 1h, etc.). [TimescaleDB](https://github.com/timescale/timescaledb) is a PostgreSQL extension to ma…
-
I created a materialized view on another materialized view. The based materialized view update data but the new view did not update data. I hope someone can tell me how to update the new view, thanks.…
-
If there aren't impediments, I would like to add an option to the `CreateView` method to create materialized view.