Navicat Data Modeler Version 3 User Guide (Windows)
Chapter 4 - Model 23 About Model 23 Create Model 25 Chapter 5 - Physical Model 27 About Physical Model 27 Add Databases / Schemas to Physical Model 27 Add Tables to Physical Model 28 Add to Physical Model 30 Work with View Builder (Available only in Non-Essentials Version) 31 Edit View's Definition 37 Add Foreign Keys to Physical Model 40 Chapter 6 - Logical Model 41 About About Logical Model 41 Add Entities to Logical Model 41 Add Relations to Logical Model 43 Chapter 7 - Conceptual Model 45 About Conceptual Model 45 Add Entities to Conceptual Model 45 Add0 码力 | 85 页 | 1.31 MB | 1 年前3Navicat Data Modeler Version 3 User Guide (Mac)
Chapter 4 - Model 23 About Model 23 Create Model 25 Chapter 5 - Physical Model 27 About Physical Models 27 Add Databases / Schemas to Physical Model 27 Add Tables to Physical Model 28 Add to Physical Model 30 Work with View Builder (Available only in Non-Essentials Version) 31 Edit View's Definition 37 Add Foreign Keys to Physical Model 40 Chapter 6 - Logical Model 41 About Logical Model 41 Add a Relation to a Logical Model 43 Chapter 7 - Conceptual Model 45 About Conceptual Models 45 Add Entities to Conceptual Model 45 Add Relations to Conceptual Model 460 码力 | 83 页 | 1.96 MB | 1 年前31. Machine Learning with ClickHouse
stochastic gradient descent. Related page: https://www.jianshu.com/p/9329294d56d2 24 / 62 Stochastic model with default parameters SELECT stochasticLinearRegression( total_amount, trip_distance, toYear(pickup_datetime) 0.08 + 5.91 Year doesn’t seem to matter a lot for trained model 25 / 62 Stochastic model with default parameters 26 / 62 Stochastic model with default parameters Actually, our last feature was not 5418692076782445] That’s better! 27 / 62 Stochastic model with default parameters 28 / 62 Models management in ClickHouse How to store trained model You can store model as aggregate function state in a separate0 码力 | 64 页 | 1.38 MB | 1 年前30. Machine Learning with ClickHouse
Related wiki page: https://en.wikipedia.org/wiki/Stochastic_gradient_descent 24 / 62 Stochastic model with default parameters SELECT stochasticLinearRegression( total_amount, trip_distance, toYear(pickup_datetime) 0.08 + 5.91 Year doesn’t seem to matter a lot for trained model 25 / 62 Stochastic model with default parameters 26 / 62 Stochastic model with default parameters Actually, our last feature was not 5418692076782445] That’s better! 27 / 62 Stochastic model with default parameters 28 / 62 Models management in ClickHouse How to store trained model You can store model as aggregate function state in a separate0 码力 | 64 页 | 1.38 MB | 1 年前3Navicat Version 16 Windows User Guide
(Available only in Non-Essentials Edition) 133 Chapter 8 - Model (Available only in Navicat Premium and Enterprise Edition) 135 About Model 135 Model Window 136 Physical Models 138 Create Physical Forward Engineering 148 Synchronize to Database 148 Export SQL 152 Model Conversion 154 Print & Export Model 154 Model Hints and Tips 154 Chapter 9 - Debugger (Available only in Non-Essentials On-Prem Server. 2. Open your project, connection, database and/or schema. 3. Click the Query, Model or Charts icon. 4. Right-click anywhere in the Objects tab and select Open Containing Folder.0 码力 | 324 页 | 3.93 MB | 1 年前3Navicat Version 16 Linux User Guide
(Available only in Non-Essentials Edition) 131 Chapter 8 - Model (Available only in Navicat Premium and Enterprise Edition) 134 About Model 134 Model Window 135 Physical Models 137 Create Physical Forward Engineering 147 Synchronize to Database 147 Export SQL 151 Model Conversion 153 Print & Export Model 153 Model Hints and Tips 153 Chapter 9 - Debugger (Available only in Non-Essentials On-Prem Server. 2. Open your project, connection, database and/or schema. 3. Click the Query, Model or Charts icon. 4. Right-click anywhere in the Objects tab and select Open Containing Folder.0 码力 | 321 页 | 6.65 MB | 1 年前3Navicat Version 16 User Guide (Mac)
(Available only in Non-Essentials Edition) 129 Chapter 8 - Model (Available only in Navicat Premium and Enterprise Edition) 132 About Model 132 Model Window 133 Physical Models 135 Create Physical Forward Engineering 144 Synchronize to Database 144 Export SQL 149 Model Conversion 150 Print & Export Model 151 Model Hints and Tips 151 Chapter 9 - Debugger (Available only in Non-Essentials On-Prem Server. 2. Open your project, connection, database and/or schema. 3. Click the Query, Model or Charts icon. 4. Control-click anywhere in the Objects tab and select Show In Finder. Projects0 码力 | 324 页 | 7.77 MB | 1 年前3Apache Cassandra™ 10 Documentation February 16, 2012
About the Portfolio Demo Use Case 6 Running the Demo Web Application 6 Exploring the Sample Data Model 7 Looking at the Schema Definitions in Cassandra-CLI 8 DataStax Community Release Notes 8 What's Releases of Cassandra 1.0.x 45 Understanding the Cassandra Data Model 45 The Cassandra Data Model 45 Comparing the Cassandra Data Model to a Relational Database 45 About Keyspaces 47 Defining Keyspaces Indexes 53 About Secondary Indexes 53 Building and Using Secondary Indexes 53 Planning Your Data Model 54 Start with Queries 54 Denormalize to Optimize 54 Planning for Concurrent Writes 54 Using Natural0 码力 | 141 页 | 2.52 MB | 1 年前38. Continue to use ClickHouse as TSDB
we choose it How we do ► ClickHouse 实现方式 ► (1) Column-Orient Model ► (2) Time-Series-Orient Model How we do ► Column-Orient Model How we do CREATE TABLE demonstration.insert_view ( `Time` ENGINE = MergeTree() PARTITION BY toYYYYMM(Time) ORDER BY (Name, Time, Age, ...); ► Column-Orient Model How we do CREATE TABLE demonstration.insert_view ( `Time` DateTime, `Name` LowCardinality(String) Column-Orient Model How we do CPU : Intel Skylake 8 core Memory : 64 GB Disk : 500GB SSD Data Set : TSBS, 12 Hours, 40000 Drivers, 10 Metrics ≈ 16.9 billion Rows ► Column-Orient Model How we do0 码力 | 42 页 | 911.10 KB | 1 年前3Firebird 2.5 LangRef Update Russian
такими, как эти: SELECT AU.MAKE, AU.MODEL, AU.WEIGHT, AU.PRICE, AU.IN_STOCK FROM AUTOMOBILES AU WHERE (AU.MAKE = :MAKE OR :MAKE IS NULL) AND (AU.MODEL = :MODEL OR :MODEL IS NULL) AND (AU.PRICE <= :MAXPRICE состоит в том, что конечный пользователь может дополнительно ввести варианты для параметров :make, :model и :maxprice. Там, где сделан выбор, должен быть применен соответствующий фильтр. Везде, где :make, :model и :maxprice. существует только на уровне приложений. Прежде чем запрос передается серверу Firebird для подготовки, он должен быть преобразован в такую форму: SELECT AU.MAKE, AU.MODEL, AU.WEIGHT0 码力 | 364 页 | 1.45 MB | 1 年前3
共 158 条
- 1
- 2
- 3
- 4
- 5
- 6
- 16