Skip to content
This repository was archived by the owner on Mar 31, 2023. It is now read-only.

[DB] Support SQL Field Query in Alcor #703

Merged
merged 61 commits into from
Dec 2, 2021
Merged
Changes from 1 commit
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
9645772
Documentation update
pkommoju May 12, 2021
183c36a
Apply changes suggested in review
pkommoju May 22, 2021
4896515
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju May 26, 2021
f170e1e
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju May 28, 2021
bcbf7b1
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju May 29, 2021
efc5b6e
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju Jun 1, 2021
c785697
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju Jun 8, 2021
d213c03
Merge branch 'master' of https://github.com/pkommoju/alcor
Jun 8, 2021
0f56454
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju Jun 8, 2021
4a2a382
Merge branch 'master' of https://github.com/pkommoju/alcor
pkommoju Jun 9, 2021
7f93fe3
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju Jun 10, 2021
8d6dd0e
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju Jun 15, 2021
b19d428
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
kevin-zhonghao Jun 16, 2021
539d0c0
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju Jun 22, 2021
6a9a1c6
Merge branch 'master' of https://github.com/pkommoju/alcor
pkommoju Jun 22, 2021
19430b2
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju Jul 1, 2021
1d7ef7e
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju Jul 2, 2021
cd1fec6
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju Jul 6, 2021
e57abe4
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju Jul 20, 2021
1b63054
Add missing file
pkommoju Jul 21, 2021
fe81008
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju Jul 21, 2021
118dd53
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju Jul 23, 2021
7d9a2e5
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju Aug 2, 2021
3884a44
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju Aug 4, 2021
0b5cd11
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju Aug 6, 2021
3f094be
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju Aug 23, 2021
bb777ec
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju Sep 10, 2021
c0e8c2d
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju Sep 24, 2021
206abc7
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju Oct 8, 2021
93e468c
SQLFeildQuery changes (work in progress)
pkommoju Oct 22, 2021
fab8a00
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju Oct 22, 2021
0b1395f
Create one index works
pkommoju Oct 28, 2021
80214bd
SQL can select but the value of key column is the literal string
pkommoju Oct 28, 2021
3bb815b
SQL Query works now
pkommoju Oct 28, 2021
05cc857
SQL Query works (one key column, one value column only)
pkommoju Oct 29, 2021
69268a3
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju Oct 29, 2021
37044ba
Merge branch 'master' into sqlfieldquery
pkommoju Oct 29, 2021
a40db7e
Fix SQL result from wrong column problem
pkommoju Nov 5, 2021
335b9b8
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju Nov 5, 2021
aa78b07
Merge branch 'master' into sqlfieldquery
pkommoju Nov 5, 2021
b68b042
fix filterkey matching bug
pkommoju Nov 8, 2021
8703ec3
Instrument Port, Subnet, Neighbor caches with SQL Fields
pkommoju Nov 8, 2021
f4e8eef
Handle only one of REST, gRPC chnnels being open in NM (TEMP)
pkommoju Nov 8, 2021
dfa0c32
Handle name normalization of dynamic caches
pkommoju Nov 9, 2021
f89e243
Fix filterParams being empty and fallback to scanquery
pkommoju Nov 9, 2021
d1d5744
Handle failed ping test gracefully
pkommoju Nov 9, 2021
33c7972
Fix name normalization
pkommoju Nov 12, 2021
74023d0
fix sql tables not apprearing problem
pkommoju Nov 16, 2021
557a35f
Make SQL Query benchmark a service to avoid insert and query operatin…
pkommoju Nov 17, 2021
67fe492
Query _VAL field instead of specific filed, this works if run with mv…
pkommoju Nov 17, 2021
181f898
Add Scan query benchmark
pkommoju Nov 17, 2021
78ad650
Ignite SqlFieldsQuery changes
pkommoju Nov 19, 2021
6a95d98
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju Nov 29, 2021
a8fce0e
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju Nov 29, 2021
272874b
Fix merge conflict
pkommoju Nov 29, 2021
5a1ea86
* Address code review comments.
pkommoju Nov 30, 2021
af58b49
Add SQL and Scan query performance comparison report and related arti…
pkommoju Nov 30, 2021
02f04a5
Address more code review comments
pkommoju Nov 30, 2021
913cf6c
Add insert times, remove sqlColumns and rename sqlquery and scan quer…
pkommoju Dec 1, 2021
eb19113
Fix compile error and IntelliJ issues
pkommoju Dec 2, 2021
3cf7110
Set logging level to default
pkommoju Dec 2, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
pkommoju committed Aug 4, 2021
commit 3884a440e981a08b86e7ba5a2cbd93275bbe40f6

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.