Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Optimization Problems01:26

Optimization Problems

Optimization problems often involve identifying maximum or minimum values under specific constraints. A well-known example is determining the longest horizontal pipe that can be moved around a right-angled corner, where a 3-meter-wide hallway meets a 2-meter-wide hallway. This scenario, common in architectural design and industrial transport, can be understood conceptually through geometric and trigonometric reasoning.To visualize the problem, consider the pipe as a straight line that touches...
Methods of Medium Optimization01:28

Methods of Medium Optimization

Optimizing growth media enhances microbial proliferation and maximizes product yield. Statistical experimental design methodologies provide structured and reproducible approaches, offering progressively higher levels of robustness and efficiency.The One-Factor-at-a-Time (OFAT) MethodThe One-Factor-at-a-Time (OFAT) method involves adjusting a single variable while keeping all others constant. However, it cannot detect interactions between variables, often leading to suboptimal outcomes when...
Improving Translational Accuracy02:07

Improving Translational Accuracy

Base complementarity between the three base pairs of mRNA codon and the tRNA anticodon is not a failsafe mechanism. Inaccuracies can range from a single mismatch to no correct base pairing at all. The free energy difference between the correct and nearly correct base pairs can be as small as 3 kcal/ mol. With complementarity being the only proofreading step, the estimated error frequency would be one wrong amino acid in every 100 amino acids incorporated. However, error frequencies observed in...
Improving Translational Accuracy02:07

Improving Translational Accuracy

Base complementarity between the three base pairs of mRNA codon and the tRNA anticodon is not a failsafe mechanism. Inaccuracies can range from a single mismatch to no correct base pairing at all. The free energy difference between the correct and nearly correct base pairs can be as small as 3 kcal/ mol. With complementarity being the only proofreading step, the estimated error frequency would be one wrong amino acid in every 100 amino acids incorporated. However, error frequencies observed in...
Column Efficiency: Rate Theory01:12

Column Efficiency: Rate Theory

The rate theory of chromatography provides quantitative insight into the shapes and widths of elution bands. These bands are based on the random-walk mechanism governing molecular migration within a column. The Gaussian profile of chromatographic bands arises from the cumulative effect of random molecular motions as they progress through the column.
During elution, a solute molecule experiences numerous transitions between stationary and mobile phases, exhibiting irregular residence times in...
Hybrid Zones02:29

Hybrid Zones

Hybrid zones are narrow regions where two closely related species interact, mate, and produce hybrids. Relative to either parent species, hybrids may possess distinct phenotypic or genetic differences that impact their survival and reproductive success. The genetic variances introduced by hybridization influence species diversity and speciation processes within the hybrid zone.Gene flow and natural selection are evolutionary mechanisms that shape the outcome of a hybrid zone. Gene flow...

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Letter to the Editor: Dengue virus as an underrecognized cause of encephalitis in tropical Asia - Bridging diagnostic and surveillance gaps.

World journal of virology·2026
Same author

NIKSHAY MITR-ONE: A novel sustainable Nikshay Mitra initiative at rural health & training centre level in medical colleges.

The Indian journal of tuberculosis·2026
Same author

Stabilization of Ligand-Free Small Gold Nanocluster Within a Metal-Organic Framework for Enhanced Hydrogen Evolution and Horseradish Peroxidase-Mimicking Catalysis in Aqueous Media.

Small (Weinheim an der Bergstrasse, Germany)·2026
Same author

Promoting reactant accumulation at solid-liquid interfaces through microstrain-defect engineering in overall water splitting.

Chemical communications (Cambridge, England)·2026
Same author

Nano-engineered Ag@MgO embedded chitosan hydrogel patch for potent antibacterial activity, antibiofilm activity, and infected wound healing.

Journal of materials chemistry. B·2026
Same author

Evaluating the Correlation Between Optical Coherence Tomography Angiography-Derived Parameters and Serum Vascular Endothelial Growth Factor-A (VEGF-A) Levels in Central Serous Chorioretinopathy.

Cureus·2026
Same journal

Peripheral B-cell receptor repertoire predicts immune-related adverse events following immune checkpoint inhibitor therapy in advanced renal cell carcinoma.

Scientific reports·2026
Same journal

Effects of black soldier fly (Hermetia illucens L.) larvae zoocompost on the mineral element content of blue honeysuckle berries.

Scientific reports·2026
Same journal

Investigation on absorption refrigeration performance of R1243zf with imidazolium ionic liquid as the working pairs.

Scientific reports·2026
Same journal

DeepTriage-CN: integrating clinical text with vital signs for emergency department admission prediction in an aging population.

Scientific reports·2026
Same journal

Gold nanoparticles as dual-action antiviral agents: disruption of SARS-CoV-2 viral envelopes and RNA integrity.

Scientific reports·2026
Same journal

Comparison of capillary microsampling and venous blood for multi-pathogen serosurveillance.

Scientific reports·2026
See all related articles

Related Experiment Videos

Adaptive optimization for hybrid vector-relational queries via cost-aware plan switching.

Alok Kumar1, Kiran Rajput2, Utsav Upadhyay1

  • 1School of Computer Science & Engineering, Galgotias University, Greater Noida, 203201, Uttar Pradesh, India.

Scientific Reports
|June 29, 2026
PubMed
Summary
This summary is machine-generated.

DYNAMICANN optimizes hybrid database queries by adaptively choosing between approximate nearest neighbor (ANN) search and relational scans. This approach significantly speeds up data retrieval for analytics and recommendation systems.

Keywords:
Approximate nearest neighbor (ANN)Cost-aware optimizationDynamic plan switchingHybrid queriesQuery performanceVector-relational databases

Related Experiment Videos

Area of Science:

  • Database Systems
  • Information Retrieval
  • Machine Learning

Background:

  • Modern analytics and recommendation systems require efficient querying of combined structured and unstructured data.
  • Current vector-relational database systems often use fixed strategies, solely relying on Approximate Nearest Neighbor (ANN) indices.
  • This fixed approach is suboptimal, leading to over-fetching and resource waste when structured predicates are highly selective or vector distributions are sparse.

Purpose of the Study:

  • To develop a novel system, DYNAMICANN, that overcomes the limitations of fixed execution strategies in vector-relational databases.
  • To introduce a cost-aware optimizer that dynamically selects the most efficient query execution path.
  • To improve the performance of hybrid queries involving both vector similarity search and structured data filtering.

Main Methods:

  • DYNAMICANN employs a cost-aware optimizer that evaluates a runtime cost ratio to compare ANN graph traversal with relational scan.
  • The system adaptively selects the ANN path if its estimated cost is lower, a scan if the relational scan is cheaper, or prioritizes ANN for recall preservation.
  • Evaluation was performed on four hybrid query templates using the LAION-400M dataset, measuring Recall@10 accuracy and speedups.

Main Results:

  • DYNAMICANN achieved measured speedups of 2.1-9.8× over the CHASE system for low-selectivity queries.
  • The system maintained high accuracy, with Recall@10 values close to brute-force ground truth across all tested query types.
  • The overhead of adaptive plan switching was minimal, constituting only a small fraction of the total execution time.

Conclusions:

  • DYNAMICANN's adaptive approach, combining vector search and relational optimization, significantly enhances the efficiency of hybrid queries.
  • The cost-aware strategy effectively mitigates performance degradation caused by suboptimal ANN index traversal.
  • This adaptive method offers a more resource-efficient and performant solution for modern data analytics and recommendation systems.