Tablespace et Cluster sous PhpMyAdmin

Résolu/Fermé
Syp Messages postés 20 Date d'inscription jeudi 1 septembre 2005 Statut Membre Dernière intervention 15 avril 2009 - 14 avril 2009 à 19:35
 KéKeCest !! - 15 avril 2009 à 21:05
'soir,
Je rêve peut-être un peu, mais est-il possible de créer un tablespace ainsi que des clusters sous PhpMyAdmin?
Sur Oracle okay, mais PMA le permet-il?

create tablespace AGENCE datafile 'AGENCE_fichier.dtb' size 50M EXTENT MANAGEMENT LOCAL AUTOALLOCATE;

CREATE CLUSTER C1_IDclient
(ID_client NUMBER)
SIZE 512
STORAGE (initial 2M next 1M);
CREATE CLUSTER C2_IDfact
(ID_fact NUMBER)
SIZE 512
STORAGE (initial 2M next 1M);

create INDEX idx_client ON CLUSTER C1_IDclient;
create INDEX idx_fact ON CLUSTER C2_IDfact;

Merci d'avance! =)

2 réponses

NonMaisOh !!
15 avril 2009 à 00:00
B'soir,

Euh .. faut pas non plus demander à MySql d'être conçu comme un véritable SGBDR quand même.

Database, Tables et pis c'est tout - tu n'aura rien de plus sous PHPMyAdmin.

Amicalement.
0
Syp Messages postés 20 Date d'inscription jeudi 1 septembre 2005 Statut Membre Dernière intervention 15 avril 2009
15 avril 2009 à 20:30
Okay, mci pour ta réponse! ^^
C'est bien dommage qu'il soit si limité! =(
Va pour Oracle alors...
0
KéKeCest !!
15 avril 2009 à 21:05
Yep,

Oracle c'est le grand luxe mais l'optimisation en admin. DBA de Prod requiert de vraies compétences extrêmement recherchées sur le marché - faire du "Tuning" demande du doigté.

Amicalement.
0