Tutorial Presto 8.8 -

Presto 8.8 is a comprehensive cost and time management software designed specifically for building and civil engineering professionals. This version integrates essential features for budgeting, planning, cost control, and project documentation, allowing for efficient data reuse throughout all project phases. Key Features of Presto 8.8

Presto 8.8 is widely used in the construction industry for its ability to handle projects of any scale, providing a structured environment for managing complex financial data.

Budgeting and Bidding: Organises itemised lists in a hierarchical tree structure (Chapters and Line Items) for clear visualization.

Measurement and Quantity Takeoff: Allows for generating measurements directly from DWG drawings and other external files like BC3.

Cost Control: Monitors project progress by tracking actual quantities against planned budgets, enabling accurate predictions and decision-making.

Integration and Export: Supports direct export to Microsoft Excel, SQL Server, and Microsoft Project for further analysis or scheduling. Step-by-Step Tutorial: Setting Up a New Project

Follow these foundational steps to begin using Presto 8.8 for construction estimation: 1. Creating a New Project Start by defining the basic project parameters: Open Presto 8.8 and go to File > New. Enter the project name and select a storage location. tutorial presto 8.8

Configure the General Data tab, including currency, tax rates (indirect costs), and project metadata. 2. Building the Budget Structure Organise your project into manageable sections:

Chapters: Use the "Tree" view to create main categories (e.g., Foundation, Structure, Finishes).

Items (Partidas): Within each chapter, add specific work items. Assign a unique code, description, and unit of measurement (e.g., m², m³, kg) to each. 3. Entering Measurements and Prices Populate your items with quantitative data:

Quantity (Cantidad): Manually enter quantities or use the measurement window to break down dimensions (Length x Width x Height).

Unit Price (Precio Unitario): Define the cost per unit. This can be a fixed price or a composite price built from labor, materials, and machinery costs. 4. Applying Indirect Costs and Markups Finalise the budget by accounting for overhead:

Navigate to the Indirect Costs settings to apply percentages for contractor profit, site overheads, and contingencies. 5. Generating Reports and Exports To share your findings or work in other formats: Presto 8

Export to Excel: Go to File > Export > Excel. You can choose to export the entire structure or specific chapters and sub-chapters.

PDF Reports: Use the "Reports" module to generate professional bid documents or quantified bills of quantities. Guía Completa de Presto 8.8 | PDF | Comillas | Presupuesto

Note: Depending on the specific context of your request, "Presto 8.8" could refer to the Presto VPN Client (commonly used in enterprise environments) or the PrestoDB/PrestoSQL distributed SQL query engine. The article below focuses on the Presto VPN Client, as the specific version number "8.8" is most historically associated with that software.


To get started with Presto, you'll need to:

You need a client to run SQL. Presto 8.8 deprecates older CLI versions. Download the latest:

wget https://repo1.maven.org/maven2/io/prestosql/presto-cli/8.8/presto-cli-8.8-executable.jar
mv presto-cli-8.8-executable.jar presto
chmod +x presto
./presto --server localhost:8080 --catalog postgresql --schema public

You should see the Presto prompt: presto:public> To get started with Presto, you'll need to:

Earlier versions failed on large shuffles. In 8.8:

SET SESSION fault_tolerant_execution_task_retry_policy = 'QUERY';

If a worker dies, Presto retries only failed tasks, not the entire query.

Now that the profile is set, it’s time to connect.

The Connection Sequence: You should see a log window scrolling text.

If the icon in your system tray turns green (or the window minimizes to the tray), you are successfully connected.


Presto’s superpower is its connector architecture. Let’s set up three common catalogs.