Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2894558
PhabricatorStorageManagementAnalyzeWorkflow.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
466 B
Referenced Files
None
Subscribers
None
PhabricatorStorageManagementAnalyzeWorkflow.php
View Options
<?php
final
class
PhabricatorStorageManagementAnalyzeWorkflow
extends
PhabricatorStorageManagementWorkflow
{
protected
function
didConstruct
(
)
{
$this
->
setName
(
'analyze'
)
->
setExamples
(
'**analyze**'
)
->
setSynopsis
(
pht
(
'Run "ANALYZE TABLE" on tables to improve performance.'
)
)
;
}
public
function
didExecute
(
PhutilArgumentParser
$args
)
{
$api
=
$this
->
getSingleAPI
(
)
;
$this
->
analyzeTables
(
$api
)
;
return
0
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 20:03 (2 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1126171
Default Alt Text
PhabricatorStorageManagementAnalyzeWorkflow.php (466 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment