Project

General

Profile

Actions

Feature #53583

closed

create view in ext_tables.sql

Added by Sabine Deeken over 10 years ago. Updated over 8 years ago.

Status:
Rejected
Priority:
Could have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
Start date:
2013-11-13
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
hard
Sprint Focus:

Description

Hi,
to increase extbase-performance I would sometimes like to create a sql-view of a table.
example:
CREATE VIEW tx_myext_domain_model_highscore AS SELECT uid,pid,name,email,avatar,best_ever FROM fe_users;

Could it be possible to make this work directly with ext_tables.sql?

with the best regards,
Sabine

Actions

Also available in: Atom PDF