Commit a846d3a
Improve Performance, Add Redis as optional cache (open-metadata#23054)
* MINOR - cache settings YAML
* MINOR - cache settings YAML
* Remove Redis; batch fetch all realtions in one query
* Update generated TypeScript types
* Add advanced configs
* Fix tests
* Fix tests
* release 1.9.5
* fix include
* Fix Indexing strategy, add HikariCP configs
* add HikariCP configs to test config
* Add AWS Aurora related configs
* remove vacuum and relax defaults
* fix includes
* Use index
* Add Latency breakdowns on server side
* Update generated TypeScript types
* Add Latency breakdowns on server side
* Propagate fields properly
* Add Async Search calls
* Add Jetty Metrics
* disable gzip
* AWS JDBC Driver
* add pctile
* Add method to endpoint pctile
* handle patch properly in metrics
* tests
* update metrics
* bump flyway
* fix jetty metric handler
* default to postgres
* default to postgres
* ConnectionType with amazon
* Update connection
* Update connection
* Add Redis Cache support for all entities, CacheWarmupApp
* Fix aurora driver settings
* Fix aurora driver settings
* Fix aurora driver settings
* Fix aurora driver settings
* revert config
* Handle ReadOnly
* update config
* Revert "update config"
This reverts commit 9f5751c.
* Revert "Handle ReadOnly"
This reverts commit e0c9063.
* Revert "revert config"
This reverts commit e79c3d2.
* Revert "Fix aurora driver settings"
This reverts commit 463e6eb.
* Revert "Fix aurora driver settings"
This reverts commit 515d22b.
* Revert "Fix aurora driver settings"
This reverts commit 0a1226e.
* Revert "Fix aurora driver settings"
This reverts commit d959976.
* Add Redis Cache support for all entities, CacheWarmupApp
* Update generated TypeScript types
* Redis SSL
* redis auth
* Fix cache warmup and lookup if cahce fails
* Fix cache of relations
* try search cache
* fix search cache
* fix cache response
* Revert "fix cache response"
This reverts commit 14602dc.
* Revert "fix search cache"
This reverts commit 8eaa76b.
* Revert "try search cache"
This reverts commit 0582a1d.
* clean commits
* clean drops
* clean
* clean
* clean
* remove hosts array for ES
* Update generated TypeScript types
* remove hosts array for ES
* format
* remove hosts array for ES
* Remove Embeddings for Table Index
* metrics improvements
* MINOR - Report status for tests that blow up
* Revert "MINOR - Report status for tests that blow up"
This reverts commit e831ac0.
* Fix tests
* Address comments
* remove unused code
* fix postgres schema migration
* fix tests and improve caching startegy
* fix tests, making search sync
* Update generated TypeScript types
* Fix Failures due to merge conflicts
* Fix Tag Failures
* Fix Retryable Exception
---------
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>1 parent 5a7d715 commit a846d3a
File tree
107 files changed
+12154
-8508
lines changed- bootstrap/sql/migrations/native/1.10.0
- mysql
- postgres
- conf
- openmetadata-service
- src
- main
- java/org/openmetadata/service
- apps
- bundles
- cache
- searchIndex
- scheduler
- cache
- config
- jdbi3
- monitoring
- resources/system
- search
- elasticsearch
- opensearch
- socket
- resources/json/data
- appMarketPlaceDefinition
- app
- test
- java/org/openmetadata/service
- apps/bundles/cache
- cache
- jdbi3
- monitoring
- resources
- dqtests
- system
- search
- util
- resources
- openmetadata-spec/src/main/resources/json/schema
- configuration
- entity/applications/configuration
- internal
- openmetadata-ui/src/main/resources/ui/src
- assets/svg
- components/Settings/Applications/AppRunsHistory
- constants
- generated
- api/services/ingestionPipelines
- configuration
- entity
- applications
- configuration/internal
- marketplace
- services/ingestionPipelines
- metadataIngestion
- settings
- type
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
107 files changed
+12154
-8508
lines changedLines changed: 55 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
1 | 56 | | |
2 | 57 | | |
3 | 58 | | |
| |||
Lines changed: 83 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
1 | 84 | | |
2 | 85 | | |
3 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
31 | 55 | | |
32 | 56 | | |
33 | 57 | | |
34 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
35 | 63 | | |
36 | | - | |
| 64 | + | |
37 | 65 | | |
38 | 66 | | |
39 | 67 | | |
40 | 68 | | |
41 | 69 | | |
42 | 70 | | |
43 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
44 | 78 | | |
45 | 79 | | |
46 | 80 | | |
| |||
163 | 197 | | |
164 | 198 | | |
165 | 199 | | |
166 | | - | |
167 | | - | |
168 | | - | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
169 | 206 | | |
170 | | - | |
| 207 | + | |
171 | 208 | | |
172 | | - | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
173 | 253 | | |
174 | 254 | | |
175 | 255 | | |
| |||
307 | 387 | | |
308 | 388 | | |
309 | 389 | | |
310 | | - | |
311 | | - | |
| 390 | + | |
| 391 | + | |
312 | 392 | | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
313 | 396 | | |
314 | 397 | | |
315 | 398 | | |
| |||
327 | 410 | | |
328 | 411 | | |
329 | 412 | | |
330 | | - | |
331 | 413 | | |
332 | 414 | | |
333 | 415 | | |
| |||
475 | 557 | | |
476 | 558 | | |
477 | 559 | | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
0 commit comments