15 research outputs found
Nonphotonic electrons at RHIC within -factorization approach and with experimental semileptonic decay functions
We discuss production of nonphotonic electrons in proton-proton scattering at
RHIC. The distributions in rapidity and transverse momentum of charm and bottom
quarks/antiquarks are calculated in the -factorization approach. We use
different unintegrated gluon distributions from the literature. The
hadronization of heavy quarks is done by means of Peterson and Braaten et al.
fragmentation functions. The semileptonic decay functions are found by fitting
recent semileptonic data obtained by the CLEO and BABAR collaborations. We get
good description of the data at large transverse momenta of electrons and find
a missing strength concentrated at small transverse momenta of electrons.
Plausible missing mechanisms are discussed.Comment: 16 pages, 11 figure
The reaction and the pair production in exclusive ultraperipheral ultrarelativistic heavy ion collisions
We calculate the cross section for the
process. Two mechanisms are considered: box (two-loop) diagrams of the order of
and two-gluon exchange of the order of
. The first mechanism is calculated in the
heavy-quark non-relativistic approximation while the second case we also
include the effects of quantum motion of quarks in the bound state. The box
contribution dominates at energies close to the threshold ( 15 GeV) while
the two-gluon mechanism takes over at 15 GeV. Including the bound-state
wave function effects for the two-gluon exchange mechanism gives a cross
section 0.1 - 0.4 pb, substantially smaller than that in the non-relativistic
limit (0.4 - 1.6 pb). We also find a strong infrared sensitivity which
manifests itself in a rather strong dependence on the mass for the -channel
gluons. The elementary cross section is then used in the Equivalent Photon
Approximation (EPA) in the impact parameter space to calculate the cross
section for
reaction. Distributions in rapidity of the pair and invariant
mass of the pair are shown.Comment: 15 pages, 11 figure
Delta lake: high-performance ACID table storage over cloud object stores
Cloud object stores such as Amazon S3 are some of the largest and most cost-effective storage systems on the planet, making them an attractive target to store large data warehouses and data lakes. Unfortunately, their implementation as key-value stores makes it difficult to achieve ACID transactions and high performance: metadata operations such as listing objects are expensive, and consistency guarantees are limited. In this paper, we present Delta Lake, an open source ACID table storage layer over cloud object stores initially developed at Databricks. Delta Lake uses a transaction log that is compacted into Apache Parquet format to provide ACID properties, time travel, and significantly faster metadata operations for large tabular datasets (e.g., the ability to quickly search billions of table partitions for those relevant to a query). It also leverages this design to provide high-level features such as automatic data layout optimization, upserts, caching, and audit logs. Delta Lake tables can be accessed from Apache Spark, Hive, Presto, Redshift and other systems. Delta Lake is deployed at thousands of Databricks customers that process exabytes of data per day, with the largest instances managing exabyte-scale datasets and billions of objects